layne: adjust transmission seeding limits

This commit is contained in:
Adithya 2024-10-24 00:01:22 +05:30
parent ee8983e37d
commit 8d8ec98820
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -45,9 +45,11 @@ in
speed-limit-up-enabled = true;
speed-limit-up = 16384;
idle-seeding-limit-enabled = true;
idle-seeding-limit = 180;
idle-seeding-limit = 1440;
ratio-limit-enabled = true;
ratio-limit = 2;
ratio-limit = 3;
download-queue-enabled = false;
seed-queue-enabled = false;
};
};
};