mturk 2005/05/05 10:52:27
Modified: jk/native/common jk_util.c
Log:
Use connection_pool_size as cachesize synonim.
Revision Changes Path
1.67 +2 -2 jakarta-tomcat-connectors/jk/native/common/jk_util.c
Index: jk_util.c
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/jk/native/common/jk_util.c,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- jk_util.c 3 May 2005 13:26:13 -0000 1.66
+++ jk_util.c 5 May 2005 17:52:27 -0000 1.67
@@ -46,7 +46,7 @@
#define PORT_OF_WORKER ("port")
#define TYPE_OF_WORKER ("type")
#define CACHE_OF_WORKER_DEPRECATED ("cachesize")
-#define CACHE_OF_WORKER ("connections_per_child")
+#define CACHE_OF_WORKER ("connection_pool_size")
#define CACHE_TIMEOUT_OF_WORKER ("cache_timeout")
#define RECOVERY_OPTS_OF_WORKER ("recovery_options")
#define CONNECT_TIMEOUT_OF_WORKER ("connect_timeout")
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]