Add optional lz4 compression for snapshots
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / test / resources / LocalSnapshotStoreTest.conf
index 83b1ece6f21b56410da628c28fecebb3c682f50d..ece191671c7f7782acbe8cd54ec7380230eaa64a 100644 (file)
@@ -3,5 +3,6 @@ akka {
       snapshot-store.local.class = "org.opendaylight.controller.cluster.persistence.LocalSnapshotStore"
       snapshot-store.plugin = akka.persistence.snapshot-store.local
       snapshot-store.local.dir = "target/snapshots"
+      snapshot-store.local.use-lz4-compression = false
     }
 }