[Freeswitch-svn] [commit] r5786 - freeswitch/trunk/conf
Freeswitch SVN
anthm at freeswitch.org
Wed Oct 3 12:53:18 EDT 2007
Author: anthm
Date: Wed Oct 3 12:53:18 2007
New Revision: 5786
Modified:
freeswitch/trunk/conf/switch.conf.xml
Log:
add softtimer to the core, begin framework for static modules and reduces calls to gettimeofday for timestamps
Modified: freeswitch/trunk/conf/switch.conf.xml
==============================================================================
--- freeswitch/trunk/conf/switch.conf.xml (original)
+++ freeswitch/trunk/conf/switch.conf.xml Wed Oct 3 12:53:18 2007
@@ -2,6 +2,8 @@
<settings>
<!--Most channels to allow at once -->
<param name="max-sessions" value="1000"/>
+ <!--Most channels to create per second -->
+ <param name="sessions-per-second" value="30"/>
<!--Try to catch any crashes that can be recoverable (in the context of a call)-->
<param name="crash-protection" value="false"/>
<!--RTP port range -->
More information about the Freeswitch-svn
mailing list