0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-08 23:50:16 -05:00
forgejo/services/packages/cleanup
Earl Warren ff6aceaeac
feat: optimize the FindUnreferencedPackages package query
Replace a double select with a simple select.

The complication originates from the initial implementation which
deleted packages instead of selecting them. It was justified to
workaround a problem in MySQL. But it is just a waste of resources
when collecting a list of IDs.
2024-07-27 15:57:24 +02:00
..
cleanup.go feat: optimize the FindUnreferencedPackages package query 2024-07-27 15:57:24 +02:00