Undo change for erlang event listeners - should be 100 not 50

This commit is contained in:
dschreiber 2011-11-11 12:53:25 -05:00
parent 4936b11cc8
commit 3b8ab39f45
1 changed files with 1 additions and 1 deletions

View File

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