We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 to the headers or similar: Accept-Encoding: br;q=1.0, gzip;q=0.8, *;q=0.1
Potentially it will force server to use archiving which can use more mem/ cpu per request.
The text was updated successfully, but these errors were encountered:
@arriven I wanted to implement this, but it seems the config already has such capabilities:
"headers": { "Accept-Encoding": "gzip,deflate",
Does it make sense to implement adding it in code then? Or it shouldn't be added to every request?
Sorry, something went wrong.
No branches or pull requests
Add to the headers or similar:
Accept-Encoding: br;q=1.0, gzip;q=0.8, *;q=0.1
Potentially it will force server to use archiving which can use more mem/ cpu per request.
The text was updated successfully, but these errors were encountered: