tweak event queue size on event socket and speed up fs_cli a little to keep up on busy logging env

This commit is contained in:
Anthony Minessale
2014-01-23 21:26:49 +05:00
parent ef8dff4552
commit b5821c1594
2 changed files with 2 additions and 2 deletions

View File

@@ -810,7 +810,7 @@ static void *msg_thread_run(esl_thread_t *me, void *obj)
}
warn_stop = 0;
}
sleep_ms(1);
//sleep_ms(1);
}
thread_running = 0;
esl_log(ESL_LOG_DEBUG, "Thread Done\n");