ThreadPool manager rework.
This commit is contained in:
@@ -215,7 +215,7 @@ public class Shutdown extends Thread
|
||||
// stop all thread pools
|
||||
try
|
||||
{
|
||||
ThreadPoolManager.getInstance().shutdown();
|
||||
ThreadPoolManager.shutdown();
|
||||
LOGGER.info("Thread Pool Manager: Manager has been shut down(" + tc.getEstimatedTimeAndRestartCounter() + "ms).");
|
||||
}
|
||||
catch (Throwable t)
|
||||
|
Reference in New Issue
Block a user