fix: settings frfr

This commit is contained in:
System administrator 2025-05-11 23:04:48 +02:00
parent 4fb77dce72
commit 98482a4a61

View file

@ -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;