Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

fix(balancer) fix accidental ttl=0 switches #56

Merged
merged 1 commit into from
Aug 27, 2018
Merged

fix(balancer) fix accidental ttl=0 switches #56

merged 1 commit into from
Aug 27, 2018

Commits on Aug 27, 2018

  1. fix(balancer) fix accidental ttl=0 switches

    See #51
    
    Some servers will report ttl=0 when they are on the very edge
    of their own cached ttl. This should never happen for a record
    that has a non-0 ttl.
    
    This fix makes sure we require ttl=0 reported twice in a row before
    we switch the loadbalancer.
    
    Fixes #51
    Tieske committed Aug 27, 2018
    Configuration menu
    Copy the full SHA
    ea8d203 View commit details
    Browse the repository at this point in the history