Add optional lz4 compression for snapshots
[controller.git] / opendaylight / md-sal / sal-clustering-config / src / main / resources / initial / datastore.cfg
index 608ea328c5e63f58d04ed11499fc729145bd93c2..7d4903e17c9b88ebd9d7986902f1389f461e872f 100644 (file)
@@ -120,3 +120,9 @@ operational.persistent=false
 
 #Interval after which a snapshot should be taken during the recovery process.
 #recovery-snapshot-interval-seconds=0
+
+# Option to take a snapshot when the entire DataTree root or top-level container is overwritten
+snapshot-on-root-overwrite=false
+
+# Enable lz4 compression for snapshots sent from leader to followers
+#use-lz4-compression=true