increase single file upload size limit

This commit is contained in:
Philipinho
2026-04-30 03:04:02 +01:00
parent 28b46dc0cb
commit 00eab7ac61
4 changed files with 9 additions and 9 deletions
@@ -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) {