summaryrefslogtreecommitdiffstats
path: root/container-core/src/main/resources/configdefinitions/threadpool.def
diff options
context:
space:
mode:
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