BUG-8618: make sync threshold tuneable
[controller.git] / opendaylight / md-sal / sal-clustering-config / src / main / resources / initial / datastore.cfg
index 6d4d3b404ef9427086fcad04993358799bf234be..3ab714a9acd16f9a22ffebbeb63276fb73afc239 100644 (file)
@@ -84,3 +84,7 @@ operational.persistent=false
 # Enable tell-based protocol between frontend (applications) and backend (shards). Using this protocol
 # should avoid AskTimeoutExceptions seen under heavy load. Defaults to false (use ask-based protocol).
 #use-tell-based-protocol=true
+
+# Tune the maximum number of entries a follower is allowed to lag behind the leader before it is
+# considered out-of-sync. This flag may require tuning in face of a large number of small transactions.
+#sync-index-threshold=10