[Home]

Summary:ASTERISK-21280: Basic configuration for stasis-core
Reporter:David M. Lee (dlee)Labels:Asterisk12
Date Opened:2013-03-15 09:58:44Date Closed:2013-07-03 12:21:04
Priority:MajorRegression?
Status:Closed/CompleteComponents:Core/Stasis
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:There's not a lot of end-user configuration for Stasis-Core, but there may be some performance tweaks they would want to do for the threadpool. This should live in a configuration file, to allow tweakage if needed.

The sample config would be something like:
{code:none}
[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
{code}
Comments: