We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8785981 commit aa3c1c6Copy full SHA for aa3c1c6
router/core/router.go
@@ -1802,7 +1802,8 @@ func WithDisableUsageTracking() Option {
1802
1803
func DefaultRouterTrafficConfig() *config.RouterTrafficConfiguration {
1804
return &config.RouterTrafficConfiguration{
1805
- MaxRequestBodyBytes: 1000 * 1000 * 5, // 5 MB
+ MaxRequestBodyBytes: 1000 * 1000 * 5, // 5 MB
1806
+ ResponseCompressionMinSize: 1024 * 4, // 4 KiB
1807
}
1808
1809
0 commit comments