Ticket #26872: zoo.cfg.patch

File zoo.cfg.patch, 534 bytes (added by nrh@…, 14 years ago)

patch against /dev/null to create a standalone zookeeper config

  • new file conf/zoo.cfg

    - +  
     1# The number of milliseconds of each tick
     2tickTime=2000
     3# The number of ticks that the initial
     4# synchronization phase can take
     5initLimit=10
     6# The number of ticks that can pass between
     7# sending a request and getting an acknowledgement
     8syncLimit=5
     9# the directory where the snapshot is stored.
     10dataDir=/Users/nrh/projects/zookeeper/var/data
     11# the port at which the clients will connect
     12clientPort=2181