feat: uncucked queuing

This commit is contained in:
Nick 2025-11-27 17:41:02 -06:00
parent 909f531fd7
commit cc288ad959

View file

@ -114,9 +114,7 @@ in
Port = torrentPort; Port = torrentPort;
MaxConnectionsPerTorrent = -1; MaxConnectionsPerTorrent = -1;
MaxUploads = -1; MaxUploads = -1;
MaxActiveDownloads = 999; QueueingSystemEnabled = false;
MaxActiveUploads = 999;
MaxActiveTorrents = 999;
}; };
}; };