Commit 3b38f11
committed
fix: increase MAX_REQUEST_SIZE to 32MB for upload test
The upload test sends 20MB bodies (Content-Length: 20971520) but
MAX_REQUEST_SIZE was 4MB. The overflow buffer hit RequestTooLarge
and closed connections → 0 req/s with 660K+ read errors.
Bumped to 32MB to handle the benchmark's upload payload.1 parent 41af6a8 commit 3b38f11
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments