From 64e19f2d5050fd7798cfe921b0c5b814b562fe1d Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Mon, 24 Feb 2025 11:18:36 +0800 Subject: [PATCH] :art: The size limit of inserted assets has been adjusted from 4G to 8G https://github.com/siyuan-note/siyuan/issues/14188 --- app/src/protyle/util/Options.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[]",