Nix configurations for my homelab
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

qbittorrent: Remove seed ratio limit

I decided to change the approach I'm using for torrents as to not
greedily add torrents that I won't immediately be using so this is no
longer needed

yemou e7515892 a36f56e5

-1
-1
modules/qbittorrent.nix
··· 89 89 Preallocation = true; 90 90 QueueingSystemEnabled = false; 91 91 GlobalMaxInactiveSeedingMinutes = 43200; 92 - GlobalMaxRatio = 2; 93 92 GlobalMaxSeedingMinutes = 43200; 94 93 MaxUploads = 25; 95 94 MaxUploadsPerTorrent = 25;