Clarifying reference documentation regarding connection-timeout
This commit is contained in:
parent
4c84dd9880
commit
2fd04db55e
1 changed files with 2 additions and 1 deletions
|
|
@ -116,7 +116,8 @@ akka {
|
|||
# (I&O) Increase this if you want to be able to send messages with large payloads
|
||||
message-frame-size = 1 MiB
|
||||
|
||||
# (O) Timeout duration
|
||||
# (O) Sets the connectTimeoutMillis of all outbound connections,
|
||||
# i.e. how long a connect may take until it is timed out
|
||||
connection-timeout = 120s
|
||||
|
||||
# (I) Sets the size of the connection backlog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue