mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-08 20:57:08 +08:00
@@ -22,6 +22,7 @@ class CustomAttachmentService extends AttachmentService {
|
|||||||
// blocksuite default max file size is 10MB, we override it to 2GB
|
// blocksuite default max file size is 10MB, we override it to 2GB
|
||||||
// but the real place to limit blob size is CloudQuotaModal / LocalQuotaModal
|
// but the real place to limit blob size is CloudQuotaModal / LocalQuotaModal
|
||||||
this.maxFileSize = bytes.parse('2GB');
|
this.maxFileSize = bytes.parse('2GB');
|
||||||
|
super.mounted();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user