fix: remove useless config params#4319
fix: remove useless config params#4319MasterPtato wants to merge 1 commit into02-26-fix_add_serverless_leak_fix_oneofffrom
Conversation
|
🚅 Deployed to the rivet-pr-4319 environment in rivet-frontend
|
PR Review: fix: remove useless config paramsGood cleanup overall — removing unused/dead config parameters reduces surface area and simplifies configuration. Here are a few issues to address before merging. Bugs1. Schema/struct field name mismatch — The Rust struct was renamed to The schema should be regenerated (or manually updated) to use the new field name. 2. Dead field:
Either:
Minor Issues3. Misleading function name for response body limiting In 4. Potentially breaking default limit change
Summary
|
8831c36 to
e21bef6
Compare
e21bef6 to
bc3ad82
Compare

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: