[asterisk-scf-commits] asterisk-scf/examples.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Thu Jul 26 19:15:49 CDT 2012
branch "master" has been updated
via 5270031a9df66d86f3a8fc5d465b0c2d72897612 (commit)
from dc9bcf1b3177673ebdaaefb6f6b5a4ba72279d6f (commit)
Summary of changes:
configs/SipService.conf | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 5270031a9df66d86f3a8fc5d465b0c2d72897612
Author: Ken Hunt <ken.hunt at digium.com>
Date: Thu Jul 26 19:15:25 2012 -0500
New thread pool properties for the Session module.
diff --git a/configs/SipService.conf b/configs/SipService.conf
index 8ccd756..a519262 100644
--- a/configs/SipService.conf
+++ b/configs/SipService.conf
@@ -17,6 +17,9 @@ SipService.ServiceName=default
# be started in this instance
SipService.SIP.Modules=Session Logging Registrar
+SipService.SIP.Modules.Session.ThreadPool.DefaultSize=50
+SipService.SIP.Modules.Session.ThreadPool.MaxSize=80
+
# These properties define the total timeout and delay
# per try in seconds for initialization of the
# service locator
-----------------------------------------------------------------------
--
asterisk-scf/examples.git
More information about the asterisk-scf-commits
mailing list