Fix akka-remote default config's spelling/grammer/formatting
This commit is contained in:
parent
1cb657e02e
commit
38d4d96ca3
1 changed files with 6 additions and 6 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
# This is the reference config file that contains all the default settings.
|
# This is the reference config file that contains all the default settings.
|
||||||
# Make your edits/overrides in your application.conf.
|
# Make your edits/overrides in your application.conf.
|
||||||
|
|
||||||
# comments above akka.actor settings left out where they are already in akka-
|
# comments about akka.actor settings left out where they are already in akka-
|
||||||
# actor.jar, because otherwise they would be repeated in config rendering.
|
# actor.jar, because otherwise they would be repeated in config rendering.
|
||||||
|
|
||||||
akka {
|
akka {
|
||||||
|
|
@ -60,7 +60,7 @@ akka {
|
||||||
# untrusted clients to connect.
|
# untrusted clients to connect.
|
||||||
untrusted-mode = off
|
untrusted-mode = off
|
||||||
|
|
||||||
# Timeout for ACK of cluster operations, lik checking actor out etc.
|
# Timeout for ACK of cluster operations, like checking actor out etc.
|
||||||
remote-daemon-ack-timeout = 30s
|
remote-daemon-ack-timeout = 30s
|
||||||
|
|
||||||
# If this is "on", Akka will log all inbound messages at DEBUG level, if off then they are not logged
|
# If this is "on", Akka will log all inbound messages at DEBUG level, if off then they are not logged
|
||||||
|
|
@ -76,8 +76,8 @@ akka {
|
||||||
# to client).
|
# to client).
|
||||||
netty {
|
netty {
|
||||||
|
|
||||||
# (O) In case of increased latency / overflow how long
|
# (O) In case of increased latency / overflow how long should we wait (blocking the sender)
|
||||||
# should we wait (blocking the sender) until we deem the send to be cancelled?
|
# until we deem the send to be cancelled?
|
||||||
# 0 means "never backoff", any positive number will indicate time to block at most.
|
# 0 means "never backoff", any positive number will indicate time to block at most.
|
||||||
backoff-timeout = 0ms
|
backoff-timeout = 0ms
|
||||||
|
|
||||||
|
|
@ -85,7 +85,7 @@ akka {
|
||||||
# or using 'akka.util.Crypt.generateSecureCookie'
|
# or using 'akka.util.Crypt.generateSecureCookie'
|
||||||
secure-cookie = ""
|
secure-cookie = ""
|
||||||
|
|
||||||
# (I) Should the remote server require that it peers share the same secure-cookie
|
# (I) Should the remote server require that its peers share the same secure-cookie
|
||||||
# (defined in the 'remote' section)?
|
# (defined in the 'remote' section)?
|
||||||
require-cookie = off
|
require-cookie = off
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue