mirror of
https://github.com/docmost/docmost.git
synced 2026-05-17 23:14:07 +08:00
increase single file upload size limit
This commit is contained in:
@@ -247,7 +247,7 @@ function ImportFormatSelection({ spaceId, onClose }: ImportFormatSelection) {
|
||||
}, 3000);
|
||||
}, [fileTaskId]);
|
||||
|
||||
const maxSingleFileSize = bytes("20mb");
|
||||
const maxSingleFileSize = bytes("30mb");
|
||||
|
||||
const handleFileUpload = async (selectedFiles: File[]) => {
|
||||
if (!selectedFiles) {
|
||||
|
||||
Reference in New Issue
Block a user