From 12e1d536755c225cc0bb965c2c60c8d877a36480 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sat, 12 Oct 2024 02:42:14 +0300 Subject: [PATCH] Download : Reduce runtime max to 6h. --- container/Download.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/Download.nix b/container/Download.nix index 86ec040..5b37e7a 100644 --- a/container/Download.nix +++ b/container/Download.nix @@ -62,7 +62,7 @@ in systemd.services.deluged.serviceConfig = { MemoryLimit = cfg.memLimit; Restart = lib.mkForce "always"; - RuntimeMaxSec = "1d"; + RuntimeMaxSec = "6h"; }; }; };