Fixing Dispatcher config bug #422
This commit is contained in:
parent
33319bc99e
commit
b752c9fd3c
5 changed files with 45 additions and 26 deletions
|
|
@ -56,7 +56,6 @@ trait ThreadPoolBuilder extends Logging {
|
|||
def withNewThreadPoolWithCustomBlockingQueue(queue: BlockingQueue[Runnable]): ThreadPoolBuilder = synchronized {
|
||||
ensureNotActive
|
||||
verifyNotInConstructionPhase
|
||||
inProcessOfBuilding = false
|
||||
blockingQueue = queue
|
||||
threadPoolBuilder = new ThreadPoolExecutor(NR_START_THREADS, NR_MAX_THREADS, KEEP_ALIVE_TIME, MILLISECONDS, queue)
|
||||
this
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue