Commit 4d177ab
committed
Increase MAX_FORM_MEMORY_SIZE after Flask upgrade
After 150dae4 we bumped Flask to 3.1
which started adding a limit to the maximum size a form field can be to
500KB by default. On cc-perf.igalia.com the runs that are submitted are
around 5MB, so submissions started failing with a 413
RequestEntityTooLarge error.
This increases it to 10MB to fix the error.1 parent 9ba2afe commit 4d177ab
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
227 | 231 | | |
228 | 232 | | |
229 | 233 | | |
| |||
0 commit comments