diff --git a/container/Download.nix b/container/Download.nix index ae460e88..f1a0f521 100644 --- a/container/Download.nix +++ b/container/Download.nix @@ -55,7 +55,7 @@ in { systemd.services.deluged.serviceConfig = { MemoryLimit = cfg.memLimit; Restart = lib.mkForce "always"; - RuntimeMaxSec = "6h"; + RuntimeMaxSec = "3h"; }; }; };