1
1
mirror of https://github.com/go-gitea/gitea synced 2025-11-15 02:38:13 +00:00
Files
gitea/models/packages/package_version.go
Giteabot ea2ea8ef28 Fix package list performance (#30520) (#30616)
Backport #30520 by @KN4CK3R

Fixes #28255

The new query uses the id field to sort by "newer". This most not be
correct (usually it is) but it's faster (see #28255).
If someone has a better idea, please propose changes.

Co-authored-by: KN4CK3R <admin@oldschoolhack.me>
2024-04-21 08:50:50 +08:00

11 KiB