]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Sample config file for stasis-core.
authorDavid M. Lee <dlee@digium.com>
Fri, 15 Mar 2013 16:42:05 +0000 (16:42 +0000)
committerDavid M. Lee <dlee@digium.com>
Fri, 15 Mar 2013 16:42:05 +0000 (16:42 +0000)
(issue ASTERISK-20887)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@383225 65c4cc65-6c06-0410-ace0-fbb531ad65f3

configs/stasis_core.conf.sample [new file with mode: 0644]

diff --git a/configs/stasis_core.conf.sample b/configs/stasis_core.conf.sample
new file mode 100644 (file)
index 0000000..840b13a
--- /dev/null
@@ -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