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

Increase BodyParser Request Limit #119

Merged
merged 1 commit into from
Jan 15, 2022
Merged

Increase BodyParser Request Limit #119

merged 1 commit into from
Jan 15, 2022

Conversation

imRohan
Copy link
Owner

@imRohan imRohan commented Jan 15, 2022

The default limit per request is 100kb. Users should be able to post more data
into their baskets, so increasing the default to 1mb should be sufficient.

This change addresses the need by:

  • Increasing the BodyParser limit to 1mb

Resolves #117

The default limit per request is 100kb. Users should be able to post more data
into their baskets, so increasing the default to 1mb should be sufficient.

This change addresses the need by:
- Increasing the BodyParser limit to 1mb

Resolves #117
@imRohan imRohan added the Ready for Review Once you've squashed your commits, the PR is now ready for review! label Jan 15, 2022
@imRohan imRohan self-assigned this Jan 15, 2022
@imRohan imRohan merged commit 2377b2e into master Jan 15, 2022
@imRohan imRohan deleted the rl-increase-limit branch January 15, 2022 21:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Ready for Review Once you've squashed your commits, the PR is now ready for review!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Increase body-parser Request Body limit
1 participant