fix: settings frfr
This commit is contained in:
parent
4fb77dce72
commit
98482a4a61
1 changed files with 3 additions and 2 deletions
|
|
@ -133,9 +133,9 @@ in {
|
|||
};
|
||||
AutoRun = {
|
||||
OnTorrentAdded.Enabled = true;
|
||||
OnTorrentAdded.Program = "chmod -R 777 \"%F/";
|
||||
OnTorrentAdded.Program = "chmod -R 777 %F";
|
||||
enabled = true;
|
||||
program = "chmod -R 777 \"%F/";
|
||||
program = "chmod -R 777 %F";
|
||||
};
|
||||
|
||||
BitTorrent = {
|
||||
|
|
@ -144,6 +144,7 @@ in {
|
|||
Session.AlternativeGlobalUPSpeedLimit = 1000;
|
||||
Session.BandwidthSchedulerEnabled = true;
|
||||
Session.ExcludedFileNames = "";
|
||||
Session.QueueingSystemEnabled = false;
|
||||
Session.GlobalMaxInactiveSeedingMinutes = 1440;
|
||||
Session.GlobalMaxRatio = 2;
|
||||
Session.GlobalMaxSeedingMinutes = 1440;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue