This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch 2.5 in repository https://gitbox.apache.org/repos/asf/incubator-pekko-samples.git
commit d62e4f4548d0d91becf4790da86e8df09930922f Author: Francis De Brabandere <[email protected]> AuthorDate: Mon Jul 15 15:51:59 2019 +0200 fix #114 remove broken issue link (#115) --- akka-sample-persistence-scala/src/main/resources/application.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/akka-sample-persistence-scala/src/main/resources/application.conf b/akka-sample-persistence-scala/src/main/resources/application.conf index 48bbe84..fb5c883 100644 --- a/akka-sample-persistence-scala/src/main/resources/application.conf +++ b/akka-sample-persistence-scala/src/main/resources/application.conf @@ -5,5 +5,4 @@ akka.persistence.journal.leveldb.dir = "target/example/journal" akka.persistence.snapshot-store.local.dir = "target/example/snapshots" # DO NOT USE THIS IN PRODUCTION !!! -# See also https://github.com/typesafehub/activator/issues/287 akka.persistence.journal.leveldb.native = false --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
