Compare commits

...

2 Commits

Author SHA1 Message Date
83c93ca023 qbt: unlimited connections 2025-08-02 01:07:17 -07:00
936386cf96 wg: change endpoint 2025-08-02 01:02:59 -07:00
2 changed files with 5 additions and 0 deletions

Binary file not shown.

View File

@@ -72,6 +72,11 @@
GlobalMaxRatio = 6.0; GlobalMaxRatio = 6.0;
QueueingSystemEnabled = false; # seed all torrents all the time QueueingSystemEnabled = false; # seed all torrents all the time
MaxConnections = -1;
MaxConnectionsPerTorrent = -1;
MaxUploads = -1;
MaxUploadsPerTorrent = -1;
AddTrackersEnabled = true; AddTrackersEnabled = true;
AdditionalTrackers = ( AdditionalTrackers = (
lib.concatStringsSep "\\n" [ lib.concatStringsSep "\\n" [