mirror of
https://github.com/asterisk/asterisk.git
synced 2026-01-21 17:12:24 +00:00
The appropriate settings for the Stasis threadpool is very system specific, depending upon both workload and system configuration. This patch adds a stasis.conf file which can be used to configure the key attributes of the threadpool for the Stasis message bus. (closes issue ASTERISK-21280) Review: https://reviewboard.asterisk.org/r/2651/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@393542 65c4cc65-6c06-0410-ace0-fbb531ad65f3
9 lines
309 B
Plaintext
9 lines
309 B
Plaintext
[threadpool]
|
|
;initial_size = 0 ; Initial size of the threadpool
|
|
|
|
;idle_timeout_sec = 20 ; Number of seconds a thread should be idle before dying
|
|
; ; 0 means threads never time out
|
|
|
|
;max_size = 200 ; Maximum number of threads in the threadpool
|
|
; ; 0 means no limit to the threads in the threadpool
|