diff --git a/web/utils/config-constants.tsx b/web/utils/config-constants.tsx index 48d3565ef..f97a93985 100644 --- a/web/utils/config-constants.tsx +++ b/web/utils/config-constants.tsx @@ -78,7 +78,7 @@ export const TEXTFIELD_PROPS_SERVER_SUMMARY = { export const TEXTFIELD_PROPS_SERVER_WELCOME_MESSAGE = { apiPath: API_SERVER_WELCOME_MESSAGE, configPath: 'instanceDetails', - maxLength: 500, + maxLength: 2500, placeholder: '', label: 'Welcome Message', tip: 'A system chat message sent to viewers when they first connect to chat. Leave blank to disable.',