summaryrefslogtreecommitdiff
path: root/configs/samples/stasis.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'configs/samples/stasis.conf.sample')
-rw-r--r--configs/samples/stasis.conf.sample10
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/samples/stasis.conf.sample b/configs/samples/stasis.conf.sample
index 3aac230cb..e591e7637 100644
--- a/configs/samples/stasis.conf.sample
+++ b/configs/samples/stasis.conf.sample
@@ -1,3 +1,13 @@
+[threadpool]
+;initial_size = 5 ; Initial size of the threadpool.
+; ; 0 means the threadpool has no threads initially
+; ; until a task needs a thread.
+;idle_timeout_sec = 20 ; Number of seconds a thread should be idle before
+; ; dying. 0 means threads never time out.
+;max_size = 50 ; Maximum number of threads in the Stasis threadpool.
+; ; 0 means no limit to the number of threads in the
+; ; threadpool.
+
[declined_message_types]
; This config section contains the names of message types that should be prevented
; from being created. By default, all message types are allowed to be created.