Skip to content

Commit d536e93

Browse files
Add info about room name limit (#2630)
The room name is limited to 256 characters
1 parent ea5e2a0 commit d536e93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/administration/03-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ To enable external authentication methods like LDAP, please refer to the [Extern
122122
| Option | Default Value | Description |
123123
| ------------------------ | ------------- | ------------------------------------------------------------- |
124124
| `WELCOME_MESSAGE_LIMIT` | `500` | Maximum length of room welcome message. (max. 5000) |
125-
| `ROOM_NAME_LIMIT` | `50` | Maximum length of room name. |
125+
| `ROOM_NAME_LIMIT` | `50` | Maximum length of room name. (max. 256) |
126126
| `ROOM_REFRESH_RATE` | `5` | Base time in seconds to automatically reload room page. |
127127
| `USER_SEARCH_LIMIT` | `10` | Maximum amount of users to be shown in user search |
128128
| `HIDE_DISABLED_FEATURES` | `true` | Hide all disabled features from the UI (currently: streaming) |

0 commit comments

Comments
 (0)