Skip to content

Commit ff6e27c

Browse files
committed
fix: barry 2024-12-18 14:25:10
1 parent af18b82 commit ff6e27c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servers/grpcs/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ func (s *serviceImpl) DixInject(
126126
EnableIPValidation: true,
127127
EnablePrintRoutes: conf.EnablePrintRoutes,
128128
AppName: version.Project(),
129-
BodyLimit: 100 * 1024 * 1024,
129+
BodyLimit: 500 * 1024 * 1024,
130130
ErrorHandler: func(ctx *fiber.Ctx, err error) error {
131131
if err == nil {
132132
return nil

0 commit comments

Comments
 (0)