Skip to content

Commit 92b6822

Browse files
committed
Reduce max character search
1 parent 199e209 commit 92b6822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/pkg/validators/message_handler_validator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ func (validator MessageHandlerValidator) ValidateMessageSearch(_ context.Context
253253
"min:0",
254254
},
255255
"query": []string{
256-
"max:100",
256+
"max:20",
257257
},
258258
},
259259
})

0 commit comments

Comments
 (0)