You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2026. It is now read-only.
/api/update is meant to update all packages of a user. However, when a user has no package, it would update all packages in the whole catalog.
It's unclear how bad this is. On one hand, updating the whole catalog is regularly scheduled already anyway. On the other hand, it appears that /api/update is spammable?
/api/updateis meant to update all packages of a user. However, when a user has no package, it would update all packages in the whole catalog.It's unclear how bad this is. On one hand, updating the whole catalog is regularly scheduled already anyway. On the other hand, it appears that
/api/updateis spammable?