not update updated uinx for `git gc` (#15637)

fix #15634

Signed-off-by: a1012112796 <1012112796@qq.com>
tokarchuk/v1.17
a1012112796 4 years ago committed by GitHub
parent e711050450
commit f31443d6a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      models/repo.go

@ -747,7 +747,7 @@ func (repo *Repository) updateSize(e Engine) error {
}
repo.Size = size + lfsSize
_, err = e.ID(repo.ID).Cols("size").Update(repo)
_, err = e.ID(repo.ID).Cols("size").NoAutoTime().Update(repo)
return err
}

Loading…
Cancel
Save