瀏覽代碼

:bug: 重复执行 `重建索引` 导致内核崩溃 https://github.com/siyuan-note/siyuan/issues/7238

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

+ 1 - 1
kernel/treenode/blocktree.go

@@ -420,7 +420,7 @@ func SaveBlockTree(force bool) {
 		return true
 	})
 	if 0 < count {
-		logging.LogInfof("wrote block trees [%d]", count)
+		//logging.LogInfof("wrote block trees [%d]", count)
 	}
 
 	elapsed := time.Since(start).Seconds()