mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10894 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
236fe3d131
commit
d5ef9ab196
@ -46,7 +46,7 @@ static void *msg_thread_run(esl_thread_t *me, void *obj)
|
||||
|
||||
while(thread_running && handle->connected) {
|
||||
fd_set rfds, efds;
|
||||
struct timeval tv = { 0, 50 * 1000 };
|
||||
struct timeval tv = { 0, 10 * 1000 };
|
||||
int max, activity, i = 0;
|
||||
|
||||
esl_mutex_lock(global_mutex);
|
||||
@ -186,7 +186,7 @@ int main(int argc, char *argv[])
|
||||
signal(SIGINT, handle_SIGINT);
|
||||
gethostname(hostname, sizeof(hostname));
|
||||
|
||||
handle.debug = 1;
|
||||
handle.debug = 0;
|
||||
|
||||
|
||||
if (esl_config_open_file(&cfg, cfile)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user