mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-22 00:06:09 +01:00
🎨 The size limit of inserted assets has been adjusted from 4G to 8G https://github.com/siyuan-note/siyuan/issues/14188
This commit is contained in:
parent
7fdd50737c
commit
64e19f2d50
1 changed files with 1 additions and 1 deletions
|
|
@ -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[]",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue