diff --git a/app/src/protyle/util/Options.ts b/app/src/protyle/util/Options.ts index c83b175d1..1ea754ea2 100644 --- a/app/src/protyle/util/Options.ts +++ b/app/src/protyle/util/Options.ts @@ -88,7 +88,7 @@ export class Options { toolbar: Constants.PROTYLE_TOOLBAR, typewriterMode: false, upload: { - max: 1024 * 1024 * 1024 * 4, + max: 1024 * 1024 * 1024 * 8, url: Constants.UPLOAD_ADDRESS, extraData: {}, fieldName: "file[]",