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.
This commit is contained in:
parent
6069adece5
commit
1e696d2c93
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue