🐛 Increase feedback limits to reasonable values

This commit is contained in:
Andrey Antukh 2024-10-10 10:32:53 +02:00 committed by Alonso Torres
parent bd6f1bef10
commit b7a0b7d629
2 changed files with 3 additions and 2 deletions

View file

@ -21,8 +21,8 @@
(def ^:private schema:send-user-feedback
[:map {:title "send-user-feedback"}
[:subject [:string {:max 250}]]
[:content [:string {:max 250}]]])
[:subject [:string {:max 400}]]
[:content [:string {:max 2500}]]])
(sv/defmethod ::send-user-feedback
{::doc/added "1.18"