Decrease torrents ratio (probably the old disk died because of this)

This commit is contained in:
Andrea Ciceri 2024-10-10 17:07:38 +02:00
parent 72f21229f3
commit d710638278
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -4,8 +4,6 @@
enable = true;
openRPCPort = true;
openPeerPorts = true;
# FIXME remove after https://github.com/NixOS/nixpkgs/issues/279049
webHome = "${config.services.transmission.package}/share/transmission/web";
settings = {
download-dir = "/mnt/hd/torrent";
incomplete-dir = "/mnt/hd/torrent/.incomplete";
@ -32,7 +30,7 @@
alt-speed-time-day = 127; # all days, bitmap, 0111110 is weekends and 1000001 is weekdays
ratio-limit-enabled = true;
ratio-limit = 100; # I am a generous god
ratio-limit = 2;
};
};