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

ref(server): Compress upstream store requests #745

Merged
merged 2 commits into from
Sep 2, 2020

Conversation

jan-auer
Copy link
Member

@jan-auer jan-auer commented Sep 2, 2020

Store requests likely benefit from compressed content encoding, particularly
with large attachments. At present, Relay does not apply compression to any
outgoing requests.

This applies compression to all store requests and asserts this in tests. Other
requests, such as project config queries do not contain large payloads, so the
benefits of compression are limited.

@jan-auer jan-auer requested review from a team and tonyo September 2, 2020 13:27
@jan-auer jan-auer merged commit a7fae02 into master Sep 2, 2020
@jan-auer jan-auer deleted the ref/compress-store-requests branch September 2, 2020 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants