From bd259f79d12acd1c6b8c1dae743279c6962ec8d7 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Mon, 6 Jun 2022 22:18:43 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E4=BA=91=E7=AB=AF=E5=90=8C=E6=AD=A5?= =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E5=A4=A7=E9=87=8F=E6=96=87=E4=BB=B6=E6=97=B6?= =?UTF-8?q?=E4=B8=8D=E6=96=B0=E5=A2=9E=E9=80=9A=E7=9F=A5=20https://github.?= =?UTF-8?q?com/siyuan-note/siyuan/issues/5112?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/model/osssync.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/model/osssync.go b/kernel/model/osssync.go index d27aa9395..d13d3ccf6 100644 --- a/kernel/model/osssync.go +++ b/kernel/model/osssync.go @@ -401,7 +401,7 @@ func ossUpload(isBackup bool, localDirPath, cloudDirPath, cloudDevice string, bo return } if needPushProgress { - util.PushUpdateMsg(msgId, fmt.Sprintf(Conf.Language(104), wroteFiles, len(localUpserts)-wroteFiles), 1000*60*10) + util.PushUpdateMsg(msgId, fmt.Sprintf(Conf.Language(104), wroteFiles, len(localUpserts)-wroteFiles), 1000*60) } if boot { msg := fmt.Sprintf("Uploading data to the cloud %d/%d", wroteFiles, len(localUpserts))