mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-26 23:25:48 +00:00
d5ed7375ce
Related to #36169 this PR makes `gc-lfs` update the `repo.LFSSize` on object removal, updates the test to also cover the recalculation of sizes. doesn't touch `storage-lfs` as it removes files with no LFSMetaObject row, and LFSSize is calculated from those rows --------- Signed-off-by: Myle <myle.ataraxia@pm.me> Co-authored-by: silverwind <me@silverwind.io>