You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Create src/constants.mbt with default_max_output_size (100MB) and default_max_input_size (1GB)
- Replace all hardcoded 104857600 and 1073741824 with named constants
- Update types.mbt to use constants in default() methods
- Update all test files to use constants instead of magic numbers
- Improves code maintainability and makes limits easier to adjust
- All 125 tests pass
0 commit comments