Update documentation for maxAttachmentSizeTotal parameter

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2023-10-01 18:25:03 +02:00
parent 6fa5ec7fb2
commit 90120110d5
No known key found for this signature in database
GPG Key ID: D91C3E91E4CAD6F5

View File

@ -93,7 +93,9 @@ acceptedFileTypes: ''
# Disable the file attachment functionality alltogether
disableFileAttachment: false
# Define how big all attachments might be in bytes
# Define how big all attachments might be in bytes. Leave it set to
# zero to use the internal limit of 64 MiB (which is there to ensure
# the encrypted object does not cause the frontend to break).
maxAttachmentSizeTotal: 0
```