Author: mturk
Date: Sun Jul  9 02:11:05 2006
New Revision: 420266

URL: http://svn.apache.org/viewvc?rev=420266&view=rev
Log:
Lower down the default JK_RETRIES to 2.
The number 2 is enough for detecting broken socket and
one making one reconnect. If that fails the worker
is in error state for sure.

Modified:
    tomcat/connectors/trunk/jk/native/common/jk_service.h

Modified: tomcat/connectors/trunk/jk/native/common/jk_service.h
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_service.h?rev=420266&r1=420265&r2=420266&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_service.h (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_service.h Sun Jul  9 02:11:05 
2006
@@ -34,7 +34,7 @@
 #include "jk_uri_worker_map.h"
 #include "jk_msg_buff.h"
 
-#define JK_RETRIES 3
+#define JK_RETRIES 2
 
 #ifdef __cplusplus
 extern "C"



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to