don't block on db for fifo_callers del
This commit is contained in:
parent
8be9d429fb
commit
c4cf1ba222
|
@ -2265,7 +2265,7 @@ static void fifo_caller_del(const char *uuid)
|
|||
sql = switch_mprintf("delete from fifo_callers");
|
||||
}
|
||||
|
||||
fifo_execute_sql_queued(&sql, SWITCH_TRUE, SWITCH_TRUE);
|
||||
fifo_execute_sql_queued(&sql, SWITCH_TRUE, SWITCH_FALSE);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue