mirror of
https://github.com/apache/lucene.git
synced 2025-02-11 04:25:40 +00:00
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1294169 13f79535-47bb-0310-9956-ffa450edef68
18 lines
501 B
INI
18 lines
501 B
INI
# 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=/opt/zookeeper/data
|
|
# NOTE: Solr defaults the dataDir to <solrHome>/zoo_data
|
|
|
|
# the port at which the clients will connect
|
|
# clientPort=2181
|
|
# NOTE: Solr sets this based on zkRun / zkHost params
|
|
|