Author: edwardyoon
Date: Wed Jul 8 05:20:24 2015
New Revision: 1689792
URL: http://svn.apache.org/r1689792
Log:
Increase default maxClientCnxns
Modified:
hama/trunk/conf/hama-default.xml
Modified: hama/trunk/conf/hama-default.xml
URL:
http://svn.apache.org/viewvc/hama/trunk/conf/hama-default.xml?rev=1689792&r1=1689791&r2=1689792&view=diff
==============================================================================
--- hama/trunk/conf/hama-default.xml (original)
+++ hama/trunk/conf/hama-default.xml Wed Jul 8 05:20:24 2015
@@ -262,7 +262,7 @@
</property>
<property>
<name>hama.zookeeper.property.maxClientCnxns</name>
- <value>30</value>
+ <value>100</value>
<description>Property from ZooKeeper's config zoo.cfg.
Limit on number of concurrent connections (at the socket level) that a
single client, identified by IP address, may make to a single member of