docs: Adjust for 100MB MAX_FILE_UPLOAD_SIZE.

This commit is contained in:
Alex Vandiver 2024-09-20 14:47:47 +00:00 committed by Tim Abbott
parent 3e2efc736c
commit 88acfbca8c
2 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ You can share files from other apps on Zulip.
Zulip does not generate thumbnails for messages with more than ten
attachments.
The maximum file size for attachments is 25MB in most Zulip installations.
The maximum file size for attachments is 100MB in most Zulip installations.
This limit can be changed by the server administrator.
## Related articles

View File

@ -8246,7 +8246,7 @@ paths:
The maximum file size for uploads can be configured by the
administrator of the Zulip server by setting `MAX_FILE_UPLOAD_SIZE`
in the [server's settings][1]. `MAX_FILE_UPLOAD_SIZE` defaults
to 25MB.
to 100MB.
[1]: https://zulip.readthedocs.io/en/latest/subsystems/settings.html#server-settings
requestBody: