提交 1e696d2c authored 作者: dschreiber's avatar dschreiber

FS-3577 : After Tamas's fixes and new logging so we can see the erl_errors,…

FS-3577 : After Tamas's fixes and new logging so we can see the erl_errors, re-applying this 10ms polling interval patch that Tony committed a few months ago. Please report any issues.
上级 6069adec
......@@ -857,7 +857,7 @@ static void listener_main_loop(listener_t *listener)
/* do we need the mutex when reading? */
/*switch_mutex_lock(listener->sock_mutex); */
status = ei_xreceive_msg_tmo(listener->sockfd, &msg, &buf, 100);
status = ei_xreceive_msg_tmo(listener->sockfd, &msg, &buf, 10);
/*switch_mutex_unlock(listener->sock_mutex); */
switch (status) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论