Skip to content

Instantly share code, notes, and snippets.

@porcelli
Created June 6, 2013 16:20
Show Gist options
  • Save porcelli/5722821 to your computer and use it in GitHub Desktop.
Save porcelli/5722821 to your computer and use it in GitHub Desktop.
# The number of milliseconds of each tick
tickTime=2000
# The number of ticks that the initial
# synchronization phase can take
initLimit=10
# The number of ticks that can pass between
# sending a request and getting an acknowledgement
syncLimit=5
# the directory where the snapshot is stored.
dataDir=/tmp/zookeeper
# the port at which the clients will connect
clientPort=2188
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment