bryancall commented on pull request #7226: URL: https://github.com/apache/trafficserver/pull/7226#issuecomment-700859295
We still don't fully know why the default inactivity timeout is still being applied in production. We need to track these down and get rid of the need for default inactivity timeout. It was a temporary safety net and we are now depending on it. From a production box: ``` -bash-4.2$ traffic_ctl metric match default_inactiv; sleep 60; traffic_ctl metric match default_inactiv proxy.process.net.default_inactivity_timeout_applied 929742 proxy.process.net.default_inactivity_timeout_count 281107 proxy.process.net.default_inactivity_timeout_applied 930885 proxy.process.net.default_inactivity_timeout_count 281301 ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
