change default zk connection limit to infinite; KAFKA-88

git-svn-id: https://svn.apache.org/repos/asf/incubator/kafka/trunk@1155041 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jun Rao 2011-08-08 18:27:54 +00:00
Родитель f7046c247d
Коммит ed34f0cb35
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -2,3 +2,5 @@
dataDir=/tmp/zookeeper
# the port at which the clients will connect
clientPort=2181
# disable the per-ip limit on the number of connections since this is a non-production config
maxClientCnxns=0