From 1b5f7ac50a039915d12c7819a4fbba52a59d9558 Mon Sep 17 00:00:00 2001 From: Wren Date: Wed, 6 Aug 2025 10:33:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=B8=8A=E4=BC=A0=E8=B6=85?= =?UTF-8?q?=E6=97=B6=E4=B8=BA10=E5=88=86=E9=92=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/routes/files.upload.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/files.upload.tsx b/app/routes/files.upload.tsx index 9a22783..f2795c9 100644 --- a/app/routes/files.upload.tsx +++ b/app/routes/files.upload.tsx @@ -1015,7 +1015,7 @@ export default function FilesUpload() { const timeoutPromise = new Promise((_, reject) => { setTimeout(() => { reject(new Error('上传超时')); - }, 30000); // 30秒超时 + }, 600000); // 30秒超时 }); // 使用Promise.race处理超时