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

This commit is contained in:
Liang Ding 2023-02-03 22:43:15 +08:00
parent dd57a73832
commit db9f4c3240
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -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()