qbt: remove limits
This commit is contained in:
parent
7274b86ec1
commit
43317044f2
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user