From: Anthony Minessale Date: Mon, 8 Dec 2008 15:30:08 +0000 (+0000) Subject: remove min session heartbeat X-Git-Tag: v1.0.2~318 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d76b717b2ccf1eaaba6627865ef67a5c29281afd;p=thirdparty%2Ffreeswitch.git remove min session heartbeat git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10652 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_core_session.c b/src/switch_core_session.c index 6a78f737b8..afe34dc531 100644 --- a/src/switch_core_session.c +++ b/src/switch_core_session.c @@ -896,7 +896,7 @@ SWITCH_DECLARE(void) switch_core_session_enable_heartbeat(switch_core_session_t { switch_assert(session != NULL); - if (seconds < 10) { + if (!seconds) { seconds = 60; }