Merge remote-tracking branch 'refs/remotes/origin/master'
This commit is contained in:
commit
c169b2e0da
1 changed files with 3 additions and 2 deletions
|
|
@ -133,9 +133,9 @@ in {
|
||||||
};
|
};
|
||||||
AutoRun = {
|
AutoRun = {
|
||||||
OnTorrentAdded.Enabled = true;
|
OnTorrentAdded.Enabled = true;
|
||||||
OnTorrentAdded.Program = "chmod -R 777 \"%F/";
|
OnTorrentAdded.Program = "chmod -R 777 %F";
|
||||||
enabled = true;
|
enabled = true;
|
||||||
program = "chmod -R 777 \"%F/";
|
program = "chmod -R 777 %F";
|
||||||
};
|
};
|
||||||
|
|
||||||
BitTorrent = {
|
BitTorrent = {
|
||||||
|
|
@ -144,6 +144,7 @@ in {
|
||||||
Session.AlternativeGlobalUPSpeedLimit = 1000;
|
Session.AlternativeGlobalUPSpeedLimit = 1000;
|
||||||
Session.BandwidthSchedulerEnabled = true;
|
Session.BandwidthSchedulerEnabled = true;
|
||||||
Session.ExcludedFileNames = "";
|
Session.ExcludedFileNames = "";
|
||||||
|
Session.QueueingSystemEnabled = false;
|
||||||
Session.GlobalMaxInactiveSeedingMinutes = 1440;
|
Session.GlobalMaxInactiveSeedingMinutes = 1440;
|
||||||
Session.GlobalMaxRatio = 2;
|
Session.GlobalMaxRatio = 2;
|
||||||
Session.GlobalMaxSeedingMinutes = 1440;
|
Session.GlobalMaxSeedingMinutes = 1440;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue