We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39212c6 commit a50e809Copy full SHA for a50e809
1 file changed
platform/server/fiber.go
@@ -51,7 +51,7 @@ func (s *FiberServer) Start() {
51
DisableStartupMessage: true,
52
ErrorHandler: errorHandler(s.logger),
53
54
- BodyLimit: 25 * 1024 * 1024, // 25 MB
+ BodyLimit: 100 * 1024 * 1024, // 100 MB
55
ServerHeader: "codern",
56
57
TrustedProxies: s.cfg.Client.Fiber.TrustedProxies,
0 commit comments