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 <[email protected]>
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
['"[email protected]" <[email protected]>'].

Reply via email to