Undo change for erlang event listeners - should be 100 not 50
This commit is contained in:
parent
4936b11cc8
commit
3b8ab39f45
|
@ -821,7 +821,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, 500);
|
||||
status = ei_xreceive_msg_tmo(listener->sockfd, &msg, &buf, 100);
|
||||
/*switch_mutex_unlock(listener->sock_mutex); */
|
||||
|
||||
switch (status) {
|
||||
|
|
Loading…
Reference in New Issue