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

Disable service worker by default #18914

Merged
merged 1 commit into from
Feb 26, 2022
Merged

Commits on Feb 26, 2022

  1. Disable service worker by default

    The service worker causes a lot of issues with JS errors after instance
    upgrades while not bringing any real performance gain over regular HTTP
    caching.
    
    Disable it by default for this reason. Maybe later we can remove it
    completely, as I simply see no benefit in having it.
    silverwind committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    181988a View commit details
    Browse the repository at this point in the history