git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5141 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2007-05-11 00:30:23 +00:00
parent 1cb336eaf0
commit fc85172efd
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ static void heartbeat_callback(switch_scheduler_task_t *task)
send_heartbeat();
/* reschedule this task */
task->runtime += 20;
task->runtime = time(NULL) + 20;
}