moonchen opened a new pull request, #13488: URL: https://github.com/apache/trafficserver/pull/13488
The code for counting eventloop events max used the incorrect `_count` variable, which stores the number of _iterations_, rather than the number of _events_. `proxy.process.eventloop.events.max.*` has therefore been reporting an iteration count. Fix it by changing the code to use `count`. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
