改进数据量较大时的启动速度 https://github.com/siyuan-note/siyuan/issues/6574

This commit is contained in:
Liang Ding 2022-11-14 11:05:42 +08:00
parent b3c9eba73a
commit cdf2b79678
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
4 changed files with 39 additions and 8 deletions

View file

@ -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 {