🎨 Improve ignore indexing

This commit is contained in:
Daniel 2024-02-03 09:32:07 +08:00
parent 8b7be233d9
commit 214840e2f4
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 6 additions and 8 deletions

View file

@ -513,6 +513,7 @@ func fullReindex() {
}
treenode.InitBlockTree(true)
sql.IndexIgnoreCached = false
openedBoxes := Conf.GetOpenedBoxes()
for _, openedBox := range openedBoxes {
index(openedBox.ID)