From c6164443ae71fae7c42f98118db6131875966c80 Mon Sep 17 00:00:00 2001 From: hailin Date: Thu, 26 Jun 2025 12:07:16 +0800 Subject: [PATCH] . --- chatdesk-ui/db/storage/files.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatdesk-ui/db/storage/files.ts b/chatdesk-ui/db/storage/files.ts index 4788bbc..c299976 100644 --- a/chatdesk-ui/db/storage/files.ts +++ b/chatdesk-ui/db/storage/files.ts @@ -10,7 +10,7 @@ export const uploadFile = async ( } ) => { const SIZE_LIMIT = parseInt( - process.env.NEXT_PUBLIC_USER_FILE_SIZE_LIMIT || "10000000" + process.env.NEXT_PUBLIC_USER_FILE_SIZE_LIMIT || "104857600" ) if (file.size > SIZE_LIMIT) {