mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-27 03:48:48 +01:00
⚡ 改进块引搜索性能 Fix https://github.com/siyuan-note/siyuan/issues/6655
This commit is contained in:
parent
f64c3439f4
commit
99e09951ac
2 changed files with 10 additions and 1 deletions
|
|
@ -489,6 +489,7 @@ func scanBlockRows(rows *sql.Rows) (ret *Block) {
|
|||
return
|
||||
}
|
||||
ret = &block
|
||||
putBlockCache(ret)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue