mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-22 00:26:55 -04:00
[GH-ISSUE #299] Administration Library timeout #152
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @naerymdan on GitHub (Dec 3, 2025).
Original GitHub issue: https://github.com/Drop-OSS/drop/issues/299
Ever since last update, when I navigate to the administration library (/admin/library), it starts loading and times out after a while. I saw that every time I navigated to the library, it would kick off a full validation of every single archive I have in Drop, eating a ton of CPU.
Top before navigating to the library:
Top after navigating to the library
Once the
7z t /library/somegame/v1.0.5.zipis done, it moves on the next one until all files have been checked, which obviously take more time than the page time out.The next time I access the library, the whole thing starts again.
@DecDuck commented on GitHub (Dec 3, 2025):
Can you try using the tag
nightlyand thendocker compose pull, and see if that resolves your issue? We're currently testing a fix for this.@naerymdan commented on GitHub (Dec 4, 2025):
Using
nightly.2025.12.04, I can confirm that the7z t FILENAMEdoes not happen on navigation to library, allowing that page to load.@DecDuck commented on GitHub (Dec 4, 2025):
Awesome, glad it fixed your issue. I've just released v0.3.5 as a hotfix for this issue (and a couple others), it'll be available to update to in half an hour (you can watch the CI here: https://github.com/Drop-OSS/drop/actions/runs/19925600637/job/57124493778). We don't recommend sticking to
nightlyunless you're willing to tolerate some breakage.Administration Library timeoutto [GH-ISSUE #299] Administration Library timeout