浏览代码

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

git-svn-id: https://svn.apache.org/repos/asf/zookeeper/trunk@1421080 13f79535-47bb-0310-9956-ffa450edef68
Patrick D. Hunt 12 年之前
父节点
当前提交
4dc3c07561
共有 2 个文件被更改,包括 6 次插入0 次删除
  1. 3 0
      CHANGES.txt
  2. 3 0
      conf/zoo_sample.cfg

+ 3 - 0
CHANGES.txt

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

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