mirror of https://github.com/zulip/zulip.git
docs: Adjust for 100MB MAX_FILE_UPLOAD_SIZE.
This commit is contained in:
parent
3e2efc736c
commit
88acfbca8c
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue