chore: Increase the limit of greeting message (#7883)
This commit is contained in:
@@ -3,4 +3,5 @@ module Limits
|
||||
BULK_EXTERNAL_HTTP_CALLS_LIMIT = 25
|
||||
URL_LENGTH_LIMIT = 2048 # https://stackoverflow.com/questions/417142
|
||||
OUT_OF_OFFICE_MESSAGE_MAX_LENGTH = 10_000
|
||||
GREETING_MESSAGE_MAX_LENGTH = 10_000
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user