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

Add doc for compresslevel of the GZipMiddleware and use compresslevel=5 in the example #11412

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 5, 2024

  1. Configuration menu
    Copy the full SHA
    47d4f4a View commit details
    Browse the repository at this point in the history
  2. GZipMiddleware example: use compresslevel=5.

    compresslevel=5 is typically a better tradeoff than 9, e.g. see:
    https://tukaani.org/lzma/benchmarks.html
    RaphaelMarinier committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    1ba7288 View commit details
    Browse the repository at this point in the history