qbt: tune
This commit is contained in:
@@ -62,13 +62,13 @@
|
|||||||
|
|
||||||
# queueing
|
# queueing
|
||||||
QueueingSystemEnabled = true;
|
QueueingSystemEnabled = true;
|
||||||
MaxActiveDownloads = 5; # keep focused: fewer torrents, each gets more bandwidth
|
MaxActiveDownloads = 15;
|
||||||
MaxActiveUploads = -1;
|
MaxActiveUploads = -1;
|
||||||
MaxActiveTorrents = -1;
|
MaxActiveTorrents = -1;
|
||||||
IgnoreSlowTorrentsForQueueing = true;
|
IgnoreSlowTorrentsForQueueing = true;
|
||||||
|
|
||||||
GlobalUPSpeedLimit = 0;
|
GlobalUPSpeedLimit = 0;
|
||||||
GlobalDLSpeedLimit = 0;
|
GlobalDLSpeedLimit = 10000;
|
||||||
|
|
||||||
# Alternate speed limits for when Jellyfin is streaming
|
# Alternate speed limits for when Jellyfin is streaming
|
||||||
AlternativeGlobalUPSpeedLimit = 500; # 500 KB/s when throttled
|
AlternativeGlobalUPSpeedLimit = 500; # 500 KB/s when throttled
|
||||||
@@ -89,7 +89,10 @@
|
|||||||
inherit (config.services.qbittorrent.serverConfig.Preferences.Downloads) TempPath;
|
inherit (config.services.qbittorrent.serverConfig.Preferences.Downloads) TempPath;
|
||||||
TempPathEnabled = true;
|
TempPathEnabled = true;
|
||||||
|
|
||||||
ConnectionSpeed = 30;
|
ConnectionSpeed = 100;
|
||||||
|
|
||||||
|
SaveResumeDataInterval = 300; # save resume data every 5 min (default 60s)
|
||||||
|
ResumeDataStorageType = "SQLite"; # SQLite is more efficient than legacy per-file .fastresume storage
|
||||||
|
|
||||||
# Automatic Torrent Management: use category save paths for new torrents
|
# Automatic Torrent Management: use category save paths for new torrents
|
||||||
DisableAutoTMMByDefault = false;
|
DisableAutoTMMByDefault = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user