mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
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?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/10447
State: closed
Merged: Yes
Attempts to work around the issues described in #10333. The stale action is not caching state between runs. This workaround is an attempt to increase the operations per run so that every issue can be looked at in every run -- no need to maintain state.
NOTE: There is a chance that running 500 operations this quickly will result in GitHub throttling our bot and/or blocking it for up to 1 hour. If that happens, we'll reduce the value again.
Changes
ascending: trueproperty to process the older items firstoperations-per-runto 500 to process the entire list of open issuesIssues
#10333