From 1c43a448ef474782bc046691ef5efb1390ccb0b5 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Mon, 25 Nov 2024 00:29:13 +0300 Subject: [PATCH] Download: Restart every 3h. --- container/Download.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/Download.nix b/container/Download.nix index ae460e8..f1a0f52 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"; }; }; };