mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-02 23:08:49 +01:00
⚡ 改进数据量较大时的启动速度 https://github.com/siyuan-note/siyuan/issues/6574
This commit is contained in:
parent
b3c9eba73a
commit
cdf2b79678
4 changed files with 39 additions and 8 deletions
|
|
@ -23,6 +23,8 @@ type Stat struct {
|
|||
CBlockCount int `json:"cBlockCount"`
|
||||
DataSize int64 `json:"dataSize"`
|
||||
CDataSize int64 `json:"cDataSize"`
|
||||
AssetsSize int64 `json:"assetsSize"`
|
||||
CAssetsSize int64 `json:"cAssetsSize"`
|
||||
}
|
||||
|
||||
func NewStat() *Stat {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue