[Freeswitch-svn] [commit] r10894 - freeswitch/trunk/libs/esl

FreeSWITCH SVN anthm at freeswitch.org
Sat Dec 20 06:57:31 PST 2008


Author: anthm
Date: Sat Dec 20 09:57:31 2008
New Revision: 10894

Log:
update

Modified:
   freeswitch/trunk/libs/esl/fs_cli.c

Modified: freeswitch/trunk/libs/esl/fs_cli.c
==============================================================================
--- freeswitch/trunk/libs/esl/fs_cli.c	(original)
+++ freeswitch/trunk/libs/esl/fs_cli.c	Sat Dec 20 09:57:31 2008
@@ -46,7 +46,7 @@
 
 	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 @@
 	signal(SIGINT, handle_SIGINT);
 	gethostname(hostname, sizeof(hostname));
 
-	handle.debug = 1;
+	handle.debug = 0;
 
 	
 	if (esl_config_open_file(&cfg, cfile)) {



More information about the Freeswitch-svn mailing list