🎨 Sync 计时
This commit is contained in:
parent
a2e4f504a5
commit
c3f6c389fb
1 changed files with 1 additions and 1 deletions
|
@ -488,6 +488,7 @@ func syncRepo(boot, exit, byHand bool) (err error) {
|
|||
return
|
||||
}
|
||||
|
||||
start := time.Now()
|
||||
indexBeforeSync, err := indexRepoBeforeCloudSync(repo)
|
||||
if nil != err {
|
||||
syncDownloadErrCount++
|
||||
|
@ -495,7 +496,6 @@ func syncRepo(boot, exit, byHand bool) (err error) {
|
|||
return
|
||||
}
|
||||
|
||||
start := time.Now()
|
||||
cloudInfo, err := buildCloudInfo()
|
||||
if nil != err {
|
||||
return
|
||||
|
|
Loading…
Add table
Reference in a new issue