You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2007/01/16 09:55:22 UTC

svn commit: r496624 - /cocoon/branches/BRANCH_2_1_X/src/blocks/xsp/conf/xsp-action.xmap

Author: cziegeler
Date: Tue Jan 16 00:55:21 2007
New Revision: 496624

URL: http://svn.apache.org/viewvc?view=rev&rev=496624
Log:
Action is thread safe: no need for pool-max

Modified:
    cocoon/branches/BRANCH_2_1_X/src/blocks/xsp/conf/xsp-action.xmap

Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/xsp/conf/xsp-action.xmap
URL: http://svn.apache.org/viewvc/cocoon/branches/BRANCH_2_1_X/src/blocks/xsp/conf/xsp-action.xmap?view=diff&rev=496624&r1=496623&r2=496624
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/blocks/xsp/conf/xsp-action.xmap (original)
+++ cocoon/branches/BRANCH_2_1_X/src/blocks/xsp/conf/xsp-action.xmap Tue Jan 16 00:55:21 2007
@@ -20,6 +20,5 @@
       xpath="/sitemap/components/actions"
       unless="action[@name='serverpages']">
    <map:action logger="sitemap.action.serverpages" name="serverpages"
-               pool-max="32"
                src="org.apache.cocoon.acting.ServerPagesAction"/>
 </xmap>