From 528e7876a943daaabdbcfbf0d45c1c6faf0b12f6 Mon Sep 17 00:00:00 2001 From: zhuhao <979263092@qq.com> Date: Wed, 7 Aug 2024 11:12:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8C=E6=9C=9F=EF=BC=9A=E5=BB=B6=E9=95=BF?= =?UTF-8?q?=E6=9C=AC=E5=9C=B0=E5=90=8C=E6=AD=A5=E8=87=AA=E5=8A=A8=E8=AE=A1?= =?UTF-8?q?=E6=97=B6=E9=80=9F=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/file.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/file.js b/src/main/file.js index d10cb59..c671519 100644 --- a/src/main/file.js +++ b/src/main/file.js @@ -77,10 +77,10 @@ export default async function ({ app, shell, BrowserWindow, ipcMain }) { console.error('Error uploading file:', err) } }) - }, 5000) + }, 20000) } }) - }, 1000) + }, 10000) }) function getFileMD5(path) {