提交 184368d8 authored 作者: Piotr Gregor's avatar Piotr Gregor

FS-9568 [avmd] Fail session creation if can't be started properly

上级 17ab107e
...@@ -53,7 +53,7 @@ if ($con->connected()) { ...@@ -53,7 +53,7 @@ if ($con->connected()) {
while($con->connected() && ($idx < $thread_n)) { while($con->connected() && ($idx < $thread_n)) {
call_once($dest, $callerid, $idx); call_once($dest, $callerid, $idx);
$idx++; $idx++;
Time::HiRes::sleep(0.15); # avoid switch_core_session.c:2265 Throttle Error! 33, switch_time.c:1227 Over Session Rate of 30! Time::HiRes::sleep(0.11); # avoid switch_core_session.c:2265 Throttle Error! 33, switch_time.c:1227 Over Session Rate of 30!
} }
print "Disconnected.\n\n"; print "Disconnected.\n\n";
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论