=doc fix akka-http timeouts documentation #21214
change akka.http.http-connection-pool -> akka.http.host-connection-pool
This commit is contained in:
parent
6021e00a15
commit
b873536e68
3 changed files with 5 additions and 5 deletions
|
|
@ -24,8 +24,8 @@ independently for each of those using the following keys::
|
|||
|
||||
akka.http.server.idle-timeout
|
||||
akka.http.client.idle-timeout
|
||||
akka.http.http-connection-pool.idle-timeout
|
||||
akka.http.http-connection-pool.client.idle-timeout
|
||||
akka.http.host-connection-pool.idle-timeout
|
||||
akka.http.host-connection-pool.client.idle-timeout
|
||||
|
||||
.. note::
|
||||
For the connection pooled client side the idle period is counted only when the pool has no pending requests waiting.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue