You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2007/09/30 22:26:35 UTC

svn commit: r580779 - /tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c

Author: rjung
Date: Sun Sep 30 13:26:34 2007
New Revision: 580779

URL: http://svn.apache.org/viewvc?rev=580779&view=rev
Log:
Use BIG_POOL_SIZE instead of SMALL_POOL_SIZE,
because that's the buffer size we defined in the
jk_uri_worker_map.h header file.

Modified:
    tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c

Modified: tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c
URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c?rev=580779&r1=580778&r2=580779&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c (original)
+++ tomcat/connectors/trunk/jk/native/common/jk_uri_worker_map.c Sun Sep 30 13:26:34 2007
@@ -414,7 +414,7 @@
 
         rc = JK_TRUE;
         jk_open_pool(&uw_map->p,
-                     uw_map->buf, sizeof(jk_pool_atom_t) * SMALL_POOL_SIZE);
+                     uw_map->buf, sizeof(jk_pool_atom_t) * BIG_POOL_SIZE);
         uw_map->size = 0;
         uw_map->maps = NULL;
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org