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:
parent
131be776f1
commit
b83524217b
|
@ -909,7 +909,7 @@ static void *SWITCH_THREAD_FUNC conference_thread_run(switch_thread_t *thread, v
|
||||||
switch_mutex_unlock(globals.hash_mutex);
|
switch_mutex_unlock(globals.hash_mutex);
|
||||||
|
|
||||||
if (conference->auto_record) {
|
if (conference->auto_record) {
|
||||||
uint32_t sanity = 100;
|
uint32_t sanity = 1200;
|
||||||
|
|
||||||
while (!conference->members && --sanity) {
|
while (!conference->members && --sanity) {
|
||||||
switch_yield(100000);
|
switch_yield(100000);
|
||||||
|
|
Loading…
Reference in New Issue