Skip to content

Commit 60c3739

Browse files
committed
increase message size limit
1 parent 1e7b2c3 commit 60c3739

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

api/pkg/validators/message_handler_validator.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ func (validator MessageHandlerValidator) ValidateMessageReceive(_ context.Contex
4646
"content": []string{
4747
"required",
4848
"min:1",
49-
"max:500",
49+
"max:1024",
5050
},
5151
},
5252
})
@@ -70,7 +70,7 @@ func (validator MessageHandlerValidator) ValidateMessageSend(_ context.Context,
7070
"content": []string{
7171
"required",
7272
"min:1",
73-
"max:500",
73+
"max:1024",
7474
},
7575
},
7676
})

0 commit comments

Comments
 (0)