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