We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5ac58c commit af9f346Copy full SHA for af9f346
1 file changed
pkg/api/api.go
@@ -73,6 +73,7 @@ func New(logger *zap.Logger, middlewareCollector metrics.HttpApiMetrics, provide
73
DisableStartupMessage: true,
74
JSONEncoder: json.Marshal,
75
JSONDecoder: json.Unmarshal,
76
+ BodyLimit: 12 * 1024 * 1024,
77
})
78
79
registerAt(app, "/metrics")
0 commit comments