mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
⚡ 改进块引搜索性能 Fix https://github.com/siyuan-note/siyuan/issues/6655
This commit is contained in:
@@ -489,6 +489,7 @@ func scanBlockRows(rows *sql.Rows) (ret *Block) {
|
||||
return
|
||||
}
|
||||
ret = &block
|
||||
putBlockCache(ret)
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user