Skip to content
Commit 56bdaab2 authored by Carl Harris's avatar Carl Harris
Browse files

ThreadPoolFactory bean now uses a SynchronousQueue when queueSize == 0

This ensures that no queuing occurs when the number of threads is less
than or equal to the maximumPoolSize.  Also added constants for all of
the default values, and changed the defaults for maximumPoolSize and
keepAliveTime.
parent eeb09af0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment