Bump akka to 2.6.16
[controller.git] / akka / repackaged-akka-jar / src / main / resources / persistence_reference.conf
index 2e4c22d4de7df88b90073bd940240a346c59ef93..1e75bdc1a51620aaf76be3cbf570b05e79eca23b 100644 (file)
@@ -168,6 +168,15 @@ akka.persistence {
         call-timeout = 20s
         reset-timeout = 60s
       }
+
+      # Set this to true if successful loading of snapshot is not necessary.
+      # This can be useful when it is alright to ignore snapshot in case of
+      # for example deserialization errors. When snapshot loading fails it will instead
+      # recover by replaying all events.
+      # Don't set to true if events are deleted because that would
+      # result in wrong recovered state if snapshot load fails.
+      snapshot-is-optional = false
+
     }
 
   fsm {