]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
increase default
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 4 Mar 2010 00:41:42 +0000 (00:41 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 4 Mar 2010 00:41:42 +0000 (00:41 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16890 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_core.c

index 1b53ed13ef137d4e7bbe12751cfb1fb9234d91b3..d08612757eca5e9b4c2ac7126b54875e154e96d7 100644 (file)
@@ -1286,7 +1286,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_init(switch_core_flag_t flags, switc
 
        switch_log_init(runtime.memory_pool, runtime.colorize_console);
 
-       runtime.tipping_point = 1500;
+       runtime.tipping_point = 5000;
        runtime.timer_affinity = -1;
        switch_load_core_config("switch.conf");