瀏覽代碼

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

Liang Ding 2 年之前
父節點
當前提交
df7f576333
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      kernel/sql/queue.go

+ 0 - 3
kernel/sql/queue.go

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