mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
⚡ 改进块引搜索性能 Fix https://github.com/siyuan-note/siyuan/issues/6655
This commit is contained in:
parent
4650eec7c6
commit
b6e6c35f9f
2 changed files with 10 additions and 1 deletions
|
|
@ -502,6 +502,7 @@ func scanBlockRow(row *sql.Row) (ret *Block) {
|
|||
return
|
||||
}
|
||||
ret = &block
|
||||
putBlockCache(ret)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue