瀏覽代碼

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 年之前
父節點
當前提交
3e4534d77d
共有 2 個文件被更改,包括 6 次插入0 次删除
  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
   (Raja Aluri via phunt)
 
+  ZOOKEEPER-1583. Document maxClientCnxns in conf/zoo_sample.cfg
+  (Christopher Tubbs via phunt)
+
 
 Release 3.4.5 - 2012-09-30
 

+ 3 - 0
conf/zoo_sample.cfg

@@ -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.