-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Hotfix] Extend solver engine request body limit (#2223)
# Description We are seeing 413 repsonses between the driver and solver engine in prod. Default limit seems to be 2MB ([docs](https://docs.rs/axum/latest/axum/extract/struct.DefaultBodyLimit.html)) # Changes - [x] Explicitly set the limit larger (10MB) - [x] Disable default body limit in axum ## How to test No longer see 413 errors in shadow Locally override autopilot to send a sovle request with 3x the orders. No longer see 413s.
- Loading branch information
Showing
2 changed files
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters