Sfoglia il codice sorgente

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 anni fa
parent
commit
4dc3c07561
2 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  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
   ZOOKEEPER-721. Minor cleanup related to the log4j version change
   from 1.2.15 -> 1.2.16 (Sean Busbey via phunt)
   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 - 
 Release 3.4.0 - 
 
 
 Non-backward compatible changes:
 Non-backward compatible changes:

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