mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 00:00:09 +00:00
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
This commit is contained in:
6
configs/stasis_core.conf.sample
Normal file
6
configs/stasis_core.conf.sample
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user