Created
June 6, 2013 16:20
-
-
Save porcelli/5722821 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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