|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
Taskpool configuration options. More...
Data Fields | |
| int | idle_timeout_sec |
| int | initial_size |
| int | max_size |
| int | minimum_size |
| int idle_timeout_sec |
Time, in seconds, before we expire a taskprocessor
Definition at line 2259 of file stasis.c.
Referenced by stasis_init().
| int initial_size |
| int max_size |
Maximum number of taskprocessors to allow
Definition at line 2261 of file stasis.c.
Referenced by stasis_init().
| int minimum_size |