summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorDavid M. Lee <dlee@digium.com>2013-03-15 16:42:05 +0000
committerDavid M. Lee <dlee@digium.com>2013-03-15 16:42:05 +0000
commit641fc7ea54618828843e742f17c4d3415c1c5e26 (patch)
treee417b89b6fd71128086cd9a3cb6a76ecf2472151 /configs
parentccb55265088c326836238a40e955ce0c6d7c9f76 (diff)
Sample config file for stasis-core.
(issue ASTERISK-20887) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@383225 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs')
-rw-r--r--configs/stasis_core.conf.sample6
1 files changed, 6 insertions, 0 deletions
diff --git a/configs/stasis_core.conf.sample b/configs/stasis_core.conf.sample
new file mode 100644
index 000000000..840b13ae1
--- /dev/null
+++ b/configs/stasis_core.conf.sample
@@ -0,0 +1,6 @@
+[general]
+
+[threadpool]
+;initial_size = 0 ; Initial size of the threadpool
+;idle_timeout = 20 ; Number of seconds a thread should be idle before dying
+;max_size = 200 ; Maximum number of threads in the threadpool