summaryrefslogtreecommitdiffstats
path: root/container-core
diff options
context:
space:
mode:
Diffstat (limited to 'container-core')
-rw-r--r--container-core/src/main/resources/configdefinitions/threadpool.def4
1 files changed, 2 insertions, 2 deletions
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"