Github user jpeach commented on the issue: https://github.com/apache/trafficserver/pull/704 > I looked at the code and I am not of the opinion the code assumes HOST_DB_TIMEOUT_INTERVAL is > one second. For instance, in HostDBContinuation::backgroundEvent it is explicitly scaled by > HRTIME_SECOND which is the opposite of assuming it is the specific value one second. ``HOST_DB_TIMEOUT_INTERVAL`` is in ``hrtime`` units, but the code only works if it is 1 sec. For example, the mtime of the file is used equivalently to the intervals, which can only work if the interval is 1sec, which can only happen if ``HOST_DB_TIMEOUT_INTERVAL`` is 1sec.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---