=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.server.idle-timeout
akka.http.client.idle-timeout akka.http.client.idle-timeout
akka.http.http-connection-pool.idle-timeout akka.http.host-connection-pool.idle-timeout
akka.http.http-connection-pool.client.idle-timeout akka.http.host-connection-pool.client.idle-timeout
.. note:: .. note::
For the connection pooled client side the idle period is counted only when the pool has no pending requests waiting. For the connection pooled client side the idle period is counted only when the pool has no pending requests waiting.

View file

@ -24,8 +24,8 @@ independently for each of those using the following keys::
akka.http.server.idle-timeout akka.http.server.idle-timeout
akka.http.client.idle-timeout akka.http.client.idle-timeout
akka.http.http-connection-pool.idle-timeout akka.http.host-connection-pool.idle-timeout
akka.http.http-connection-pool.client.idle-timeout akka.http.host-connection-pool.client.idle-timeout
.. note:: .. note::
For the connection pooled client side the idle period is counted only when the pool has no pending requests waiting. For the connection pooled client side the idle period is counted only when the pool has no pending requests waiting.

View file

@ -286,7 +286,7 @@ akka.http {
# #
# IMPORTANT: # IMPORTANT:
# Please note that this sections settings can be overriden by the corresponding settings in: # Please note that this sections settings can be overriden by the corresponding settings in:
# `akka.http.server.parsing`, `akka.http.client.parsing` or `akka.http.http-connection-pool.client.parsing`. # `akka.http.server.parsing`, `akka.http.client.parsing` or `akka.http.host-connection-pool.client.parsing`.
parsing { parsing {
# The limits for the various parts of the HTTP message parser. # The limits for the various parts of the HTTP message parser.
max-uri-length = 2k max-uri-length = 2k