summaryrefslogtreecommitdiff
path: root/configs/stasis.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'configs/stasis.conf.sample')
-rw-r--r--configs/stasis.conf.sample8
1 files changed, 0 insertions, 8 deletions
diff --git a/configs/stasis.conf.sample b/configs/stasis.conf.sample
deleted file mode 100644
index c6466b489..000000000
--- a/configs/stasis.conf.sample
+++ /dev/null
@@ -1,8 +0,0 @@
-[threadpool]
-;initial_size = 0 ; Initial size of the threadpool
-
-;idle_timeout_sec = 20 ; Number of seconds a thread should be idle before dying
-; ; 0 means threads never time out
-
-;max_size = 200 ; Maximum number of threads in the threadpool
-; ; 0 means no limit to the threads in the threadpool