From 4fa06dd6742cf4e874bec377e52c9343a1cd4d1b Mon Sep 17 00:00:00 2001 From: RogerWork Date: Thu, 1 Aug 2024 16:26:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=BB=E5=88=86=E6=94=AF?= =?UTF-8?q?=E7=9A=84=E5=8D=87=E7=BA=A7=E8=B6=85=E6=97=B6=E9=97=AE=E9=A2=98?= =?UTF-8?q?=EF=BC=8C=E8=AE=BE=E7=BD=AE=E8=B6=85=E6=97=B6=E6=97=B6=E9=97=B4?= =?UTF-8?q?=E4=B8=BA6=E5=88=86=E9=92=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apis/update.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/apis/update.js b/src/apis/update.js index 2be5ded..330b7a0 100644 --- a/src/apis/update.js +++ b/src/apis/update.js @@ -80,6 +80,6 @@ export const handle_update = (params) => { url: '/update/update_cine/', method: 'get', params: params, - timeout: 3*60*1000, + timeout: 6*60*1000, }) -} \ No newline at end of file +}