summaryrefslogtreecommitdiff
path: root/configs/iax.conf.sample
diff options
context:
space:
mode:
authorJoshua Colp <jcolp@digium.com>2006-04-11 16:44:10 +0000
committerJoshua Colp <jcolp@digium.com>2006-04-11 16:44:10 +0000
commitafcefc4a6834b8da8c2b59fd7235775d32c63a5a (patch)
treed7ae6e38aed5f1ffd6419f12725e0f351d2a5d18 /configs/iax.conf.sample
parent0b438958dfa38fcae4917b33a108d5ed49345a71 (diff)
Convert chan_iax2 to use linked lists for multithreading, and add dynamic threads. These are used when all pool threads are in use, and will stick around until load dies down. The theory is that during high load you'll have more threads available, and during low load you'll only have the normal pool threads sticking around.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@19254 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'configs/iax.conf.sample')
-rw-r--r--configs/iax.conf.sample2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/iax.conf.sample b/configs/iax.conf.sample
index 2c5e030a9..3eeb760e5 100644
--- a/configs/iax.conf.sample
+++ b/configs/iax.conf.sample
@@ -170,6 +170,8 @@ forcejitterbuffer=no
; IAX helper threads
; Establishes the number of iax helper threads to handle I/O.
; iaxthreadcount = 10
+; Establishes the number of extra dynamic threads that may be spawned to handle I/O
+; iaxmaxthreadcount = 100
;
; We can register with another IAX server to let him know where we are
; in case we have a dynamic IP address for example