Fix config blocks in classic remoting docs (#26851)
* Fix config blocks in classic remoting docs * Update akka-docs/src/main/paradox/remoting.md * Update akka-docs/src/main/paradox/remoting.md
This commit is contained in:
parent
267d96ecf1
commit
e2fafb93d8
6 changed files with 18 additions and 20 deletions
|
|
@ -62,7 +62,7 @@ abstract class ClusterShardingLeavingSpecConfig(val mode: String) extends MultiN
|
|||
commonConfig(ConfigFactory.parseString(s"""
|
||||
akka.loglevel = INFO
|
||||
akka.actor.provider = "cluster"
|
||||
akka.remote.log-remote-lifecycle-events = off
|
||||
akka.remote.classic.log-remote-lifecycle-events = off
|
||||
akka.cluster.auto-down-unreachable-after = 0s
|
||||
akka.persistence.journal.plugin = "akka.persistence.journal.leveldb-shared"
|
||||
akka.persistence.journal.leveldb-shared {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue