You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2007/10/09 15:39:41 UTC

svn commit: r583165 - /geronimo/server/trunk/configs/rmi-naming/pom.xml

Author: dwoods
Date: Tue Oct  9 06:39:40 2007
New Revision: 583165

URL: http://svn.apache.org/viewvc?rev=583165&view=rev
Log:
set default ThreadPoolSize back to 500, like it was in 2.0.1

Modified:
    geronimo/server/trunk/configs/rmi-naming/pom.xml

Modified: geronimo/server/trunk/configs/rmi-naming/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/rmi-naming/pom.xml?rev=583165&r1=583164&r2=583165&view=diff
==============================================================================
--- geronimo/server/trunk/configs/rmi-naming/pom.xml (original)
+++ geronimo/server/trunk/configs/rmi-naming/pom.xml Tue Oct  9 06:39:40 2007
@@ -116,7 +116,7 @@
                             </config-xml-content>
                             <config-substitution key="ServerHostname">localhost</config-substitution>
                             <config-substitution key="NamingPort">1099</config-substitution>
-                            <config-substitution key="ThreadPoolSize">150</config-substitution>
+                            <config-substitution key="ThreadPoolSize">500</config-substitution>
                         </plugin-artifact>
                     </instance>
                 </configuration>