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

This commit is contained in:
Liang Ding 2023-01-25 11:40:30 +08:00
parent 1fec9323de
commit df7f576333
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -135,9 +135,6 @@ func FlushQueue() {
break
}
op.renameTree = nil
op.upsertTree = nil
execOps++
if nil != err {
logging.LogErrorf("queue operation failed: %s", err)