Add optional lz4 compression for snapshots
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / test / resources / LocalSnapshotStoreTest.conf
1 akka {
2   persistence {
3       snapshot-store.local.class = "org.opendaylight.controller.cluster.persistence.LocalSnapshotStore"
4       snapshot-store.plugin = akka.persistence.snapshot-store.local
5       snapshot-store.local.dir = "target/snapshots"
6       snapshot-store.local.use-lz4-compression = false
7     }
8 }