From 60feaaa998976c427570bea1f9138472249a4ffd Mon Sep 17 00:00:00 2001 From: Henning Baldersheim Date: Wed, 3 Jun 2020 20:07:40 +0000 Subject: Fix noeol and set default idletime to 5s --- container-core/src/main/resources/configdefinitions/threadpool.def | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'container-core/src') diff --git a/container-core/src/main/resources/configdefinitions/threadpool.def b/container-core/src/main/resources/configdefinitions/threadpool.def index 5266c95ef19..d966738ea9f 100644 --- a/container-core/src/main/resources/configdefinitions/threadpool.def +++ b/container-core/src/main/resources/configdefinitions/threadpool.def @@ -10,7 +10,7 @@ maxthreads int default=500 corePoolSize int default=500 # The number of seconds that excess idle threads will wait for new tasks before terminating -keepAliveTime double default=60.0 +keepAliveTime double default=5.0 ## max queue size ## There can be queueSize + maxthreads requests inflight concurrently @@ -24,4 +24,4 @@ queueSize int default=0 maxThreadExecutionTimeSeconds int default=190 # Prefix for the name of the threads -name string default="default-pool" \ No newline at end of file +name string default="default-pool" -- cgit v1.2.3