=doc fix akka-http timeouts documentation #21214

change akka.http.http-connection-pool -> akka.http.host-connection-pool
This commit is contained in:
Lukasz Kusek 2016-08-17 21:05:53 +01:00
parent 6021e00a15
commit b873536e68
3 changed files with 5 additions and 5 deletions

View file

@ -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.