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

Resolve 413 errors by setting Flask's MAX_FORM_MEMORY_SIZE limit to 20 MB #823

Merged
merged 2 commits into from
Dec 18, 2024

Set MAX_FORM_MEMORY_SIZE limit to 20 MB

42fde04
Select commit
Loading
Failed to load commit list.
Merged

Resolve 413 errors by setting Flask's MAX_FORM_MEMORY_SIZE limit to 20 MB #823

Set MAX_FORM_MEMORY_SIZE limit to 20 MB
42fde04
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 17, 2024 in 1s

99.63% (+0.02%) compared to 3297ce1

View this Pull Request on Codecov

99.63% (+0.02%) compared to 3297ce1

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.63%. Comparing base (3297ce1) to head (42fde04).
Report is 11 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #823      +/-   ##
==========================================
+ Coverage   99.60%   99.63%   +0.02%     
==========================================
  Files          93       93              
  Lines        7134     7142       +8     
==========================================
+ Hits         7106     7116      +10     
+ Misses         28       26       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.