Commit 7161210
fix: increase max_request_body_size to 15 MiB
Solana accounts can be up to 10 MB. With base64/hex encoding overhead,
the JSON-RPC payload for a max-size account reaches ~13.5 MB, exceeding
the default 5 MiB limit and causing HTTP 413 during surfnet_setAccount
runbook execution. 15 MiB accommodates the largest possible account
with headroom.1 parent 54e39c3 commit 7161210
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1070 | 1070 | | |
1071 | 1071 | | |
1072 | 1072 | | |
| 1073 | + | |
1073 | 1074 | | |
1074 | 1075 | | |
1075 | 1076 | | |
| |||
0 commit comments