Nix configurations for my homelab
0

Configure Feed

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

qbittorrent: increase max connections

+1 -1
+1 -1
modules/qbittorrent.nix
··· 97 97 QueueingSystemEnabled = false; 98 98 GlobalMaxInactiveSeedingMinutes = 61 * 24 * 60; 99 99 GlobalMaxSeedingMinutes = 31 * 24 * 60; 100 - MaxConnections = 150; 100 + MaxConnections = 500; 101 101 MaxConnectionsPerTorrent = 50; 102 102 MaxUploads = -1; 103 103 MaxUploadsPerTorrent = 25;