[jboss-cvs] JBossAS SVN: r72192 - trunk/server/src/etc/deploy.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Apr 14 12:15:02 EDT 2008


Author: adrian at jboss.org
Date: 2008-04-14 12:15:02 -0400 (Mon, 14 Apr 2008)
New Revision: 72192

Modified:
   trunk/server/src/etc/deploy/remoting-service.xml
Log:
The default socket/request timeout for pooled invocation should be at least as long as the default transaction timeout

Modified: trunk/server/src/etc/deploy/remoting-service.xml
===================================================================
--- trunk/server/src/etc/deploy/remoting-service.xml	2008-04-14 16:12:54 UTC (rev 72191)
+++ trunk/server/src/etc/deploy/remoting-service.xml	2008-04-14 16:15:02 UTC (rev 72192)
@@ -53,7 +53,7 @@
       <attribute name="NumAcceptThreads">1</attribute>
       <attribute name="MaxPoolSize">300</attribute>
       <attribute name="ClientMaxPoolSize">300</attribute>
-      <attribute name="SocketTimeout">60000</attribute>
+      <attribute name="SocketTimeout">300000</attribute>
       <attribute name="ServerBindAddress">${jboss.bind.address}</attribute>
       <attribute name="ServerBindPort">4445</attribute>
       <attribute name="ClientConnectAddress">${jboss.bind.address}</attribute>




More information about the jboss-cvs-commits mailing list