qbt: add other settings

This commit is contained in:
2025-07-26 22:15:26 -07:00
parent a300449f78
commit dfc3f50f6d

View File

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