Fixed reserved thread default
Signed-off-by: Greg Wilkins <gregw@webtide.com>
This commit is contained in:
parent
943c45cf17
commit
715939217f
|
@ -142,7 +142,7 @@ public class QueuedThreadPool extends ContainerLifeCycle implements SizedThreadP
|
||||||
@Override
|
@Override
|
||||||
protected void doStart() throws Exception
|
protected void doStart() throws Exception
|
||||||
{
|
{
|
||||||
if (_reservedThreads<=0)
|
if (_reservedThreads==0)
|
||||||
_tryExecutor = NO_TRY;
|
_tryExecutor = NO_TRY;
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue