+2
modules/qbittorrent.nix
+2
modules/qbittorrent.nix
···
90
90
QueueingSystemEnabled = false;
91
91
GlobalMaxInactiveSeedingMinutes = 43200;
92
92
GlobalMaxSeedingMinutes = 43200;
93
+
MaxUploads = 25;
94
+
MaxUploadsPerTorrent = 25;
93
95
ShareLimitAction = "RemoveWithContent"; # TODO: For some reason this gets overridden at start up
94
96
};
95
97
Network.PortForwardingEnabled = false;