From 641fc7ea54618828843e742f17c4d3415c1c5e26 Mon Sep 17 00:00:00 2001 From: "David M. Lee" <dlee@digium.com> Date: Fri, 15 Mar 2013 16:42:05 +0000 Subject: [PATCH] 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 --- configs/stasis_core.conf.sample | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 configs/stasis_core.conf.sample 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 -- GitLab