🎨 书签和标签面板刷新不再等待

This commit is contained in:
Liang Ding 2023-02-17 10:47:15 +08:00
parent e08d621da7
commit 19d6c50535
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
2 changed files with 0 additions and 4 deletions

View file

@ -212,8 +212,6 @@ func BuildTags() (ret *Tags) {
WaitForWritingFiles()
if !sql.IsEmptyQueue() {
sql.WaitForWritingDatabase()
} else {
util.RandomSleep(200, 500)
}
ret = &Tags{}