Merge remote-tracking branch 'refs/remotes/origin/master'

This commit is contained in:
s-prechtl 2025-05-22 13:47:46 +02:00
commit c169b2e0da

View file

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