mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
MODSOFIA-18
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14319 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -332,7 +332,7 @@ SWITCH_DECLARE(void) switch_core_session_run(switch_core_session_t *session)
|
||||
switch_thread_id_t thread_id;
|
||||
jmp_buf env;
|
||||
int sig, silly = 0;
|
||||
uint32_t new_loops = 60000000;
|
||||
uint32_t new_loops = 60000;
|
||||
|
||||
if (switch_test_flag((&runtime), SCF_CRASH_PROT)) {
|
||||
thread_id = switch_thread_self();
|
||||
|
Reference in New Issue
Block a user