qbt: remove limits

This commit is contained in:
Simon Gardling 2025-09-11 21:51:12 -04:00
parent 7274b86ec1
commit 43317044f2
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -54,8 +54,8 @@
MaxActiveUploads = 20; MaxActiveUploads = 20;
IgnoreSlowTorrentsForQueueing = true; IgnoreSlowTorrentsForQueueing = true;
GlobalUPSpeedLimit = 1000; GlobalUPSpeedLimit = 0;
GlobalDLSpeedLimit = 1000; GlobalDLSpeedLimit = 0;
# 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