mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-05 16:28:49 +01:00
♻️ Improve transaction flush
This commit is contained in:
parent
72d1a059ac
commit
8dd0629b9c
23 changed files with 69 additions and 82 deletions
|
|
@ -206,7 +206,7 @@ type Tag struct {
|
|||
type Tags []*Tag
|
||||
|
||||
func BuildTags() (ret *Tags) {
|
||||
WaitForWritingFiles()
|
||||
FlushTxQueue()
|
||||
sql.FlushQueue()
|
||||
|
||||
ret = &Tags{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue