summaryrefslogtreecommitdiffstats
path: root/container-core
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2020-06-03 20:07:40 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2020-06-03 20:07:40 +0000
commit60feaaa998976c427570bea1f9138472249a4ffd (patch)
treed14e8e6f80bb14f75662d4b61c0e214f658e294d /container-core
parent54c7d6419ed0702f4f6d23211a88051393551664 (diff)
Fix noeol and set default idletime to 5s
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"