increase sanity timer for conference auto-record to 120 seconds

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13104 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2009-04-21 18:53:54 +00:00
parent 131be776f1
commit b83524217b
1 changed files with 1 additions and 1 deletions

View File

@ -909,7 +909,7 @@ static void *SWITCH_THREAD_FUNC conference_thread_run(switch_thread_t *thread, v
switch_mutex_unlock(globals.hash_mutex);
if (conference->auto_record) {
uint32_t sanity = 100;
uint32_t sanity = 1200;
while (!conference->members && --sanity) {
switch_yield(100000);