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:06:32 UTC

svn commit: r1421081 - in /zookeeper/branches/branch-3.4: CHANGES.txt conf/zoo_sample.cfg

Author: phunt
Date: Thu Dec 13 06:06:31 2012
New Revision: 1421081

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

Modified:
    zookeeper/branches/branch-3.4/CHANGES.txt
    zookeeper/branches/branch-3.4/conf/zoo_sample.cfg

Modified: zookeeper/branches/branch-3.4/CHANGES.txt
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.4/CHANGES.txt?rev=1421081&r1=1421080&r2=1421081&view=diff
==============================================================================
--- zookeeper/branches/branch-3.4/CHANGES.txt (original)
+++ zookeeper/branches/branch-3.4/CHANGES.txt Thu Dec 13 06:06:31 2012
@@ -29,6 +29,9 @@ IMPROVEMENTS:
   ZOOKEEPER-1598. Ability to support more digits in the version string
   (Raja Aluri via phunt)
 
+  ZOOKEEPER-1583. Document maxClientCnxns in conf/zoo_sample.cfg
+  (Christopher Tubbs via phunt)
+
 
 Release 3.4.5 - 2012-09-30
 

Modified: zookeeper/branches/branch-3.4/conf/zoo_sample.cfg
URL: http://svn.apache.org/viewvc/zookeeper/branches/branch-3.4/conf/zoo_sample.cfg?rev=1421081&r1=1421080&r2=1421081&view=diff
==============================================================================
--- zookeeper/branches/branch-3.4/conf/zoo_sample.cfg (original)
+++ zookeeper/branches/branch-3.4/conf/zoo_sample.cfg Thu Dec 13 06:06:31 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.