[asterisk-bugs] [JIRA] (ASTERISK-21280) Basic configuration for stasis-core

David M. Lee (JIRA) noreply at issues.asterisk.org
Fri Mar 15 10:00:01 CDT 2013


David M. Lee created ASTERISK-21280:
---------------------------------------

             Summary: Basic configuration for stasis-core
                 Key: ASTERISK-21280
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-21280
             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