qbt: add other settings

This commit is contained in:
Simon Gardling 2025-07-26 22:15:26 -07:00
parent a300449f78
commit dfc3f50f6d
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -108,9 +108,18 @@
] ]
); );
AnnounceToAllTrackers = true;
# idk why it also has to be specified here too? # idk why it also has to be specified here too?
TempPath = config.services.qbittorrent.serverConfig.Preferences.Downloads.TempPath; TempPath = config.services.qbittorrent.serverConfig.Preferences.Downloads.TempPath;
TempPathEnabled = true; TempPathEnabled = true;
# how many connections per sec
ConnectionSpeed = 300;
ChokingAlgorithm = "RateBased";
PieceExtentAffinity = true;
SuggestMode = true;
}; };
}; };
}; };