🎨 改进内核任务调度机制提升稳定性 https://github.com/siyuan-note/siyuan/issues/7113

This commit is contained in:
Liang Ding 2023-01-20 00:39:41 +08:00
parent adf3796461
commit 2574163af9
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -107,7 +107,6 @@ func BootSyncData() {
}
func SyncData(boot, exit, byHand bool) {
util.BroadcastByType("main", "syncing", 0, Conf.Language(81), nil)
task.PrependTask(task.CloudSync, syncData, boot, exit, byHand)
}