mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
⚡ 改进书签和标签面板加载速度 https://github.com/siyuan-note/siyuan/issues/6677
This commit is contained in:
parent
443c43753f
commit
876e4425bb
2 changed files with 4 additions and 0 deletions
|
|
@ -235,6 +235,8 @@ func BuildTags() (ret *Tags) {
|
|||
WaitForWritingFiles()
|
||||
if !sql.IsEmptyQueue() {
|
||||
sql.WaitForWritingDatabase()
|
||||
} else {
|
||||
util.RandomSleep(200, 500)
|
||||
}
|
||||
|
||||
ret = &Tags{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue