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

feat(limits): increase files_api_query_bytes to 2 KB #365

Merged
merged 2 commits into from
Aug 19, 2024

Conversation

AbrahamLopez10
Copy link
Member

The following errors have been found often in the logs:

2024-08-15 09:51:08.622	level=debug msg="LimitExceeded error handled as HTTP 413 response: Limit exceeded for files_api_query_bytes, attempted to use 1885 but maximum is 1024"
2024-08-15 09:38:44.029	level=debug msg="LimitExceeded error handled as HTTP 413 response: Limit exceeded for files_api_query_bytes, attempted to use 1082 but maximum is 1024"

Most of these over-the-limit queries appear to be below 2 KB so we'll increase the limit from the current 1 KB to 2 KB to accommodate for the majority of cases within a sane limit.

@AbrahamLopez10 AbrahamLopez10 requested a review from a team as a code owner August 16, 2024 21:30
@AbrahamLopez10 AbrahamLopez10 merged commit ae417d5 into master Aug 19, 2024
1 check passed
@AbrahamLopez10 AbrahamLopez10 deleted the abe-increase-files_api_query_bytes branch August 19, 2024 17:17
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