Method: ZK::Server::Config#sync_limit
- Defined in:
- lib/zk-server/config.rb
#sync_limit ⇒ Object
necessary for cluster nodes (default 2)
Amount of time, in ticks (see tickTime), to allow followers to sync with ZooKeeper. If followers fall too far behind a leader, they will be dropped.
98 99 100 |
# File 'lib/zk-server/config.rb', line 98 def sync_limit @sync_limit end |