🎨 索引订正

This commit is contained in:
Liang Ding 2023-02-04 11:57:30 +08:00
parent ca883f5d85
commit 4602976a8a
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -21,6 +21,7 @@ import (
"os"
"path"
"path/filepath"
"runtime"
"strings"
"sync"
"time"
@ -148,6 +149,7 @@ func autoFixIndex() {
util.PushStatusBar(Conf.Language(58))
sql.WaitForWritingDatabase()
util.PushStatusBar(Conf.Language(185))
runtime.GC()
}
func reindexTreeByUpdated(rootUpdatedMap, dbRootUpdatedMap map[string]string) {