Bug #15095
Updated by François ARMAND over 5 years ago
If hooks run on scala "global" threadpool, they risk to be blocked by whatever is also on that threadpool, especially since its policy is not to run as always async. Moreover, we We need a seperate log for hooks, and a warning log on very long hooks (on a dedicated logger that can be shutdown by user if he wants). wants)