mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-12-06 21:17:14 -06:00
feat: added new settings to qbittorrent
This commit is contained in:
parent
df26985bd6
commit
3a5e1d3300
1 changed files with 5 additions and 1 deletions
|
|
@ -110,11 +110,15 @@ in
|
||||||
Session = {
|
Session = {
|
||||||
Interface = "wg0";
|
Interface = "wg0";
|
||||||
InterfaceName = "wg0";
|
InterfaceName = "wg0";
|
||||||
MaxConnections = -1;
|
|
||||||
Port = torrentPort;
|
Port = torrentPort;
|
||||||
|
MaxConnections = -1;
|
||||||
MaxConnectionsPerTorrent = -1;
|
MaxConnectionsPerTorrent = -1;
|
||||||
MaxUploads = -1;
|
MaxUploads = -1;
|
||||||
|
MaxUploadsPerTorrent = -1;
|
||||||
QueueingSystemEnabled = false;
|
QueueingSystemEnabled = false;
|
||||||
|
uTPRateLimited = false;
|
||||||
|
AlternativeGlobalDLSpeedLimit = 0;
|
||||||
|
AlternativeGlobalUPSpeedLimit = 0;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue