[asterisk-bugs] [JIRA] (ASTERISK-21287) Basic configuration for stasis-core
Matt Jordan (JIRA)
noreply at issues.asterisk.org
Fri Mar 15 14:40:03 CDT 2013
Matt Jordan created ASTERISK-21287:
--------------------------------------
Summary: Basic configuration for stasis-core
Key: ASTERISK-21287
URL: https://issues.asterisk.org/jira/browse/ASTERISK-21287
Project: Asterisk
Issue Type: Improvement
Security Level: None
Components: Core/Stasis
Reporter: David M. Lee
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}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list