You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_tick seems to do the cache clean up based on the ttl on first set.
After deletion, the dns query doesn't get refreshed until the next query invocation. This means that http clients will still occasionally pay the cost of a dns lookup on their hot path. For comparison, coredns does this.
Would it make sense for this library to support a refresh mechanism prior to query expiration?
The text was updated successfully, but these errors were encountered:
_tick
seems to do the cache clean up based on the ttl on first set.After deletion, the dns query doesn't get refreshed until the next
query
invocation. This means that http clients will still occasionally pay the cost of a dns lookup on their hot path. For comparison, coredns does this.Would it make sense for this library to support a refresh mechanism prior to query expiration?
The text was updated successfully, but these errors were encountered: