Bump akka to 2.6.12
[controller.git] / akka / repackaged-akka-jar / src / main / resources / persistence_reference.conf
index 25e629903da557b38250c6b6b3095af5fad98eb8..2e4c22d4de7df88b90073bd940240a346c59ef93 100644 (file)
@@ -207,6 +207,9 @@ akka.persistence.journal.inmem {
     class = "akka.persistence.journal.inmem.InmemJournal"
     # Dispatcher for the plugin actor.
     plugin-dispatcher = "akka.actor.default-dispatcher"
+
+    # Turn this on to test serialization of the events
+    test-serialization = off
 }
 
 # Local file system snapshot store plugin.