]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
up default
authorAnthony Minessale <anthony.minessale@gmail.com>
Fri, 12 Feb 2010 20:51:16 +0000 (20:51 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Fri, 12 Feb 2010 20:51:16 +0000 (20:51 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16625 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_core.c

index 2403735a6d22142206a53e27b5fb2d4bf6eadf58..826f3791867672b917006f5a71b54dc841073743 100644 (file)
@@ -1300,7 +1300,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_init(switch_core_flag_t flags, switc
        switch_rtp_init(runtime.memory_pool);
 
        runtime.running = 1;
-       runtime.tipping_point = 1000;
+       runtime.tipping_point = 1000000;
        runtime.initiated = switch_time_now();
 
        switch_scheduler_add_task(switch_epoch_time_now(NULL), heartbeat_callback, "heartbeat", "core", 0, NULL, SSHF_NONE | SSHF_NO_DEL);