From: David M. Lee Date: Fri, 15 Mar 2013 16:42:05 +0000 (+0000) Subject: Sample config file for stasis-core. X-Git-Tag: 13.0.0-beta1~2007 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=641fc7ea54618828843e742f17c4d3415c1c5e26;p=thirdparty%2Fasterisk.git 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 --- diff --git a/configs/stasis_core.conf.sample b/configs/stasis_core.conf.sample new file mode 100644 index 0000000000..840b13ae1c --- /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