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
Feature Description
Cache list of torrents so it's not pulled every restart.
Problem and Motivation
When starting up with pages and pages of torrents, it's only ~100 per second and can take several minutes with thousands of torrents / large libraries. It also means Docker replicas take ages to boot and aren't usable (with replicas I could have multiple instances, each on a different VPN backnet. Could also shutdown zurg when plex isn't in use if quick start was possible)
Possible Solution
Show all torrents in /data immediately on start, then refresh list in background after boot.
Alternatives Considered
rclone currently caches the list while zurg restarts, but this is clunky and results in errors if anything is accessed while zurg is booting.
Your Environment
Docker
Potential Impact
Limited impact on other parts of the project - feature would work as a standalone additional feature.
The text was updated successfully, but these errors were encountered:
Feature Description
Cache list of torrents so it's not pulled every restart.
Problem and Motivation
When starting up with pages and pages of torrents, it's only ~100 per second and can take several minutes with thousands of torrents / large libraries. It also means Docker replicas take ages to boot and aren't usable (with replicas I could have multiple instances, each on a different VPN backnet. Could also shutdown zurg when plex isn't in use if quick start was possible)
Possible Solution
Show all torrents in /data immediately on start, then refresh list in background after boot.
Alternatives Considered
rclone currently caches the list while zurg restarts, but this is clunky and results in errors if anything is accessed while zurg is booting.
Your Environment
Docker
Potential Impact
Limited impact on other parts of the project - feature would work as a standalone additional feature.
The text was updated successfully, but these errors were encountered: