[Jboss-cvs] JBossAS SVN: r56979 - branches/Branch_4_0/cluster/src/etc
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Tue Sep 19 17:29:29 EDT 2006
Author: bstansberry at jboss.com
Date: 2006-09-19 17:29:27 -0400 (Tue, 19 Sep 2006)
New Revision: 56979
Modified:
branches/Branch_4_0/cluster/src/etc/cluster-service.xml
Log:
[JBAS-3659] Increase TCP buffers to support farming of large files
Modified: branches/Branch_4_0/cluster/src/etc/cluster-service.xml
===================================================================
--- branches/Branch_4_0/cluster/src/etc/cluster-service.xml 2006-09-19 20:34:46 UTC (rev 56978)
+++ branches/Branch_4_0/cluster/src/etc/cluster-service.xml 2006-09-19 21:29:27 UTC (rev 56979)
@@ -68,6 +68,7 @@
<!--
<Config>
<TCP bind_addr="thishost" start_port="7800" loopback="true"
+ recv_buf_size="2000000" send_buf_size="640000"
up_thread="false" down_thread="false"/>
<TCPPING initial_hosts="thishost[7800],otherhost[7800]" port_range="3" timeout="3500"
num_initial_members="3" up_thread="false" down_thread="false"/>
More information about the jboss-cvs-commits
mailing list