You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by bc...@apache.org on 2018/02/16 20:05:19 UTC

[trafficserver] branch master updated: Fix documentation for transaction_active_timeout_in default value.

This is an automated email from the ASF dual-hosted git repository.

bcall pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 5ed6a72  Fix documentation for transaction_active_timeout_in default value.
5ed6a72 is described below

commit 5ed6a72d775d9e9521401eb2e112e4d8ea8af3d7
Author: Susan Hinrichs <sh...@apache.org>
AuthorDate: Thu Feb 15 08:56:15 2018 -0600

    Fix documentation for transaction_active_timeout_in default value.
---
 doc/admin-guide/performance/index.en.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/admin-guide/performance/index.en.rst b/doc/admin-guide/performance/index.en.rst
index 93f9b75..86c3b6e 100644
--- a/doc/admin-guide/performance/index.en.rst
+++ b/doc/admin-guide/performance/index.en.rst
@@ -425,7 +425,8 @@ in seconds, which |TS| will spend sending/receiving data with a client or
 origin server, respectively. If the data transfer has not completed within the
 time specified then the connection will be closed automatically. This may
 result in the lack of a cache update, or partial data transmitted to a client.
-Both timeouts are disabled (set to ``0``) by default.
+:ts:cv:`proxy.config.http.transaction_active_timeout_out` is disabled (set to ``0``) by default.
+:ts:cv:`proxy.config.http.transaction_active_timeout_in` is set to 900 seconds by default.
 
 In general, it's unlikely you will want to enable either of these timeouts
 globally, especially if your cache contains objects of varying sizes and deals
@@ -445,7 +446,7 @@ values prove somewhat more generally applicable.
 
 ::
 
-    CONFIG proxy.config.http.transaction_active_timeout_in INT 0
+    CONFIG proxy.config.http.transaction_active_timeout_in INT 900
     CONFIG proxy.config.http.transaction_active_timeout_out INT 0
     CONFIG proxy.config.http.transaction_no_activity_timeout_in INT 30
     CONFIG proxy.config.http.transaction_no_activity_timeout_out INT 30

-- 
To stop receiving notification emails like this one, please contact
bcall@apache.org.