Browse Source

ZOOKEEPER-1583. Document maxClientCnxns in conf/zoo_sample.cfg (Christopher Tubbs via phunt)

git-svn-id: https://svn.apache.org/repos/asf/zookeeper/branches/branch-3.4@1421081 13f79535-47bb-0310-9956-ffa450edef68
Patrick D. Hunt 13 years ago
parent
commit
3e4534d77d
2 changed files with 6 additions and 0 deletions
  1. 3 0
      CHANGES.txt
  2. 3 0
      conf/zoo_sample.cfg

+ 3 - 0
CHANGES.txt

@@ -29,6 +29,9 @@ IMPROVEMENTS:
   ZOOKEEPER-1598. Ability to support more digits in the version string
   ZOOKEEPER-1598. Ability to support more digits in the version string
   (Raja Aluri via phunt)
   (Raja Aluri via phunt)
 
 
+  ZOOKEEPER-1583. Document maxClientCnxns in conf/zoo_sample.cfg
+  (Christopher Tubbs via phunt)
+
 
 
 Release 3.4.5 - 2012-09-30
 Release 3.4.5 - 2012-09-30
 
 

+ 3 - 0
conf/zoo_sample.cfg

@@ -12,6 +12,9 @@ syncLimit=5
 dataDir=/tmp/zookeeper
 dataDir=/tmp/zookeeper
 # the port at which the clients will connect
 # the port at which the clients will connect
 clientPort=2181
 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 
 # Be sure to read the maintenance section of the 
 # administrator guide before turning on autopurge.
 # administrator guide before turning on autopurge.