qbt: add other settings
This commit is contained in:
parent
a300449f78
commit
dfc3f50f6d
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user