summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/resources/configdefinitions/threadpool.def
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2020-06-03 16:04:39 +0200
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2020-06-03 17:10:39 +0200
commita9a3cadedbf5c5270fcf8541eb37e8ef69ea57f0 (patch)
treebc050f2b1377bbbd79cba4dc1a0ac85f4971a22f /container-core/src/main/resources/configdefinitions/threadpool.def
parent3044bb2786df4522b7734150c430585bb7221a64 (diff)
Add config for thread pool name
Diffstat (limited to 'container-core/src/main/resources/configdefinitions/threadpool.def')
-rw-r--r--container-core/src/main/resources/configdefinitions/threadpool.def3
1 files changed, 3 insertions, 0 deletions
diff --git a/container-core/src/main/resources/configdefinitions/threadpool.def b/container-core/src/main/resources/configdefinitions/threadpool.def
index 81e77c51194..b3202ebfecc 100644
--- a/container-core/src/main/resources/configdefinitions/threadpool.def
+++ b/container-core/src/main/resources/configdefinitions/threadpool.def
@@ -16,3 +16,6 @@ queueSize int default=0
# get out of a bad state. This should be set a bit higher than the expected max execution
# time of each request when in a state of overload, i.e about "worst case execution time*2"
maxThreadExecutionTimeSeconds int default=190
+
+# Prefix for the name of the threads
+name string default="default-pool" \ No newline at end of file