0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-02-23 00:03:37 +01:00

1 Commits

Author SHA1 Message Date
Lunny Xiao
d69b786097
Fix bug when do LFS GC (#36500)
Fix #36448

Removed unnecessary parameters from the LFS GC process and switched to
an ORDER BY id ASC strategy with a last-ID cursor to avoid missing or
duplicating meta object IDs.

---------

Signed-off-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-12 15:27:19 -08:00