diff --git a/doc/reference/configuration/records.config.en.rst b/doc/reference/configuration/records.config.en.rst index e23192b8484..ca71452938c 100644 --- a/doc/reference/configuration/records.config.en.rst +++ b/doc/reference/configuration/records.config.en.rst @@ -778,13 +778,13 @@ HTTP Connection Timeouts Specifies how long Traffic Server keeps connections to origin servers open if the transaction stalls. -.. ts:cv:: CONFIG proxy.config.http.transaction_active_timeout_in INT 0 +.. ts:cv:: CONFIG proxy.config.http.transaction_active_timeout_in INT 900 :reloadable: The maximum amount of time Traffic Server can remain connected to a client. If the transfer to the client is not complete before this timeout expires, then Traffic Server closes the connection. -The default value of ``0`` specifies that there is no timeout. +The value of ``0`` specifies that there is no timeout. .. ts:cv:: CONFIG proxy.config.http.transaction_active_timeout_out INT 0 :reloadable: