Skip to content

Commit

Permalink
⚡ Reduce startup time when sync is enabled siyuan-note/siyuan#13589
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed Dec 24, 2024
1 parent e7887b6 commit 205805f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ref.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ func (repo *Repo) getFullLatest(latest *entity.Index) (ret *FullIndex) {
return
}

logging.LogInfof("got local full latest [size=%s], cost [%s]", humanize.Bytes(uint64(len(data))), time.Since(start))
logging.LogInfof("got local full latest [files=%d, size=%s], cost [%s]", len(ret.Files), humanize.Bytes(uint64(len(data))), time.Since(start))
return
}

Expand Down

0 comments on commit 205805f

Please sign in to comment.