]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add softtimer to the core, begin framework for static modules and reduces calls to...
authorAnthony Minessale <anthony.minessale@gmail.com>
Wed, 3 Oct 2007 16:53:18 +0000 (16:53 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Wed, 3 Oct 2007 16:53:18 +0000 (16:53 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5786 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/switch.conf.xml

index 3cd07e64e6f78a52f209a1bfd4a703ecfdc922a7..a463dc487a9c811bb39c61c95be870121bf3c0ef 100644 (file)
@@ -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 -->