Remove remnants of leveldb configuration
[controller.git] / opendaylight / md-sal / sal-clustering-config / src / main / resources / initial / akka.conf
index a51e09f0ecfc283353d88931722cd9a353614d2f..26ebb835942e8dae9c65e1055a0d59f81327f2ae 100644 (file)
@@ -34,16 +34,6 @@ odl-cluster-data {
       # The relative path is always relative to KARAF_HOME.
 
       # snapshot-store.local.dir = "target/snapshots"
-      # journal.leveldb.dir = "target/journal"
-
-      journal {
-        leveldb {
-          # Set native = off to use a Java-only implementation of leveldb.
-          # Note that the Java-only version is not currently considered by Akka to be production quality.
-
-          # native = off
-        }
-      }
     }
   }
 }