fix: default max upload size to 100MB

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-07 15:05:21 -05:00
parent 9a0de228ea
commit b3eec41aec
+1 -1
View File
@@ -298,7 +298,7 @@
<field name="upload_max_size_mb" type="number"
label="PLG_SYSTEM_MOKOWAAS_UPLOAD_SIZE_LABEL"
description="PLG_SYSTEM_MOKOWAAS_UPLOAD_SIZE_DESC"
default="10" />
default="100" />
</fieldset>
</fields>
</config>