Bläddra i källkod

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

Liang Ding 2 år sedan
förälder
incheckning
db9f4c3240
1 ändrade filer med 1 tillägg och 1 borttagningar
  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()