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:
dschreiber 2012-06-19 09:13:29 -07:00
parent 6069adece5
commit 1e696d2c93
1 changed files with 1 additions and 1 deletions

View File

@ -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) {