feat: qbittorrent alternative schedule
This commit is contained in:
parent
9b940895c0
commit
5a02d69a4d
1 changed files with 6 additions and 2 deletions
|
|
@ -141,6 +141,10 @@ in {
|
||||||
Username = "Spr3eZ";
|
Username = "Spr3eZ";
|
||||||
Password_PBKDF2 = "@ByteArray(rSRSjyLjKHX4KeDHgtx8qA==:EdZC27+FdG0aFtqVtEsiuqQAA6NROdBRXVSySD6ktgBY7k9ORrq8Kgo2uIkXvAWssmMIFb+C3RZS2PMWAt/Ihw==)";
|
Password_PBKDF2 = "@ByteArray(rSRSjyLjKHX4KeDHgtx8qA==:EdZC27+FdG0aFtqVtEsiuqQAA6NROdBRXVSySD6ktgBY7k9ORrq8Kgo2uIkXvAWssmMIFb+C3RZS2PMWAt/Ihw==)";
|
||||||
};
|
};
|
||||||
|
Scheduler = {
|
||||||
|
end_time = ''@Variant(\0\0\0\xf\0\x36\xee\x80)'';
|
||||||
|
start_time = ''@Variant(\0\0\0\xf\x1\xb7t\0)'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
AutoRun = {
|
AutoRun = {
|
||||||
OnTorrentAdded.Enabled = true;
|
OnTorrentAdded.Enabled = true;
|
||||||
|
|
@ -151,8 +155,8 @@ in {
|
||||||
|
|
||||||
BitTorrent = {
|
BitTorrent = {
|
||||||
Session.AddTorrentStopped = false;
|
Session.AddTorrentStopped = false;
|
||||||
Session.AlternativeGlobalDLSpeedLimit = 100000;
|
Session.AlternativeGlobalDLSpeedLimit = 200000;
|
||||||
Session.AlternativeGlobalUPSpeedLimit = 1000;
|
Session.AlternativeGlobalUPSpeedLimit = 10000;
|
||||||
Session.BandwidthSchedulerEnabled = true;
|
Session.BandwidthSchedulerEnabled = true;
|
||||||
Session.ExcludedFileNames = "";
|
Session.ExcludedFileNames = "";
|
||||||
Session.QueueingSystemEnabled = false;
|
Session.QueueingSystemEnabled = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue