You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2017/05/24 03:37:51 UTC

[trafficserver] branch master updated: Bump config delete timeout to 5min

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

zwoop 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  2ab6c6c   Bump config delete timeout to 5min
2ab6c6c is described below

commit 2ab6c6c256444b58df8464dbc5d644af5d8a206f
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Fri Apr 21 16:35:46 2017 -0600

    Bump config delete timeout to 5min
---
 proxy/ReverseProxy.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/proxy/ReverseProxy.cc b/proxy/ReverseProxy.cc
index 73e1f2f..729f345 100644
--- a/proxy/ReverseProxy.cc
+++ b/proxy/ReverseProxy.cc
@@ -43,7 +43,7 @@
 #include "UrlMapping.h"
 
 /** Time till we free the old stuff after a reconfiguration. */
-#define URL_REWRITE_TIMEOUT (HRTIME_SECOND * 60)
+#define URL_REWRITE_TIMEOUT (HRTIME_SECOND * 300)
 
 // Global Ptrs
 static Ptr<ProxyMutex> reconfig_mutex;

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].