From 90120110d500ab875432074a04b87a8f00a56a4b Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sun, 1 Oct 2023 18:25:03 +0200 Subject: [PATCH] Update documentation for maxAttachmentSizeTotal parameter Signed-off-by: Knut Ahlers --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e7c767..13ab1dc 100644 --- a/README.md +++ b/README.md @@ -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 ```