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

This commit is contained in:
Liang Ding 2023-01-24 15:21:23 +08:00
parent 1da37af586
commit 1a00b75192
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
2 changed files with 0 additions and 31 deletions

View file

@ -495,9 +495,6 @@ func fullReindex() {
}
treenode.InitBlockTree(true)
sql.IndexMode()
defer sql.NormalMode()
openedBoxes := Conf.GetOpenedBoxes()
for _, openedBox := range openedBoxes {
index(openedBox.ID)