feat: add config variable to adjust chunk size

This commit is contained in:
Elias Schneider
2024-04-04 20:54:21 +02:00
parent 82871ce5dc
commit 0bfbaea49a
4 changed files with 18 additions and 3 deletions

View File

@@ -51,6 +51,11 @@ const configVariables: ConfigVariables = {
type: "number",
defaultValue: "9",
},
chunkSize: {
type: "number",
defaultValue: "10000000",
secret: false,
},
},
email: {
enableShareEmailRecipients: {