You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by ph...@apache.org on 2012/12/13 07:05:30 UTC

svn commit: r1421080 - in /zookeeper/trunk: CHANGES.txt conf/zoo_sample.cfg

Author: phunt
Date: Thu Dec 13 06:05:29 2012
New Revision: 1421080

URL: http://svn.apache.org/viewvc?rev=1421080&view=rev
Log:
ZOOKEEPER-1583. Document maxClientCnxns in conf/zoo_sample.cfg (Christopher Tubbs via phunt)

Modified:
    zookeeper/trunk/CHANGES.txt
    zookeeper/trunk/conf/zoo_sample.cfg

Modified: zookeeper/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/zookeeper/trunk/CHANGES.txt?rev=1421080&r1=1421079&r2=1421080&view=diff
==============================================================================
--- zookeeper/trunk/CHANGES.txt (original)
+++ zookeeper/trunk/CHANGES.txt Thu Dec 13 06:05:29 2012
@@ -425,6 +425,9 @@ IMPROVEMENTS:
   ZOOKEEPER-721. Minor cleanup related to the log4j version change
   from 1.2.15 -> 1.2.16 (Sean Busbey via phunt)
 
+  ZOOKEEPER-1583. Document maxClientCnxns in conf/zoo_sample.cfg
+  (Christopher Tubbs via phunt)
+
 Release 3.4.0 - 
 
 Non-backward compatible changes:

Modified: zookeeper/trunk/conf/zoo_sample.cfg
URL: http://svn.apache.org/viewvc/zookeeper/trunk/conf/zoo_sample.cfg?rev=1421080&r1=1421079&r2=1421080&view=diff
==============================================================================
--- zookeeper/trunk/conf/zoo_sample.cfg (original)
+++ zookeeper/trunk/conf/zoo_sample.cfg Thu Dec 13 06:05:29 2012
@@ -12,6 +12,9 @@ syncLimit=5
 dataDir=/tmp/zookeeper
 # the port at which the clients will connect
 clientPort=2181
+# the maximum number of client connections.
+# increase this if you need to handle more clients
+#maxClientCnxns=60
 #
 # Be sure to read the maintenance section of the 
 # administrator guide before turning on autopurge.