Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Match Mozilla Necko's DNS cache #646

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Commits on Dec 24, 2018

  1. Match Mozilla Necko's DNS cache

    Browsers cache TTL naïvely for 15 sec to 2 min. 12 hours is much too long. Serving stale content for up to half a day isn’t a great user experience.
    
    Match Firefox's DNS cache of 400 entries for up to 2 minutes. Mozilla experimented in 2018 with doubling their DNS cache from 400 to 800, but saw negligible improvements in cache hit ratios.
    https://bugzilla.mozilla.org/show_bug.cgi?id=1475781
    da2x authored Dec 24, 2018
    Configuration menu
    Copy the full SHA
    dd357b5 View commit details
    Browse the repository at this point in the history