mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-07 01:08:49 +01:00
🎨 云端同步上传大量文件时不新增通知 https://github.com/siyuan-note/siyuan/issues/5112
This commit is contained in:
parent
d797291d8e
commit
bd259f79d1
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue