Download: Restart every 3h.

This commit is contained in:
Dmitry Voronin 2024-11-25 00:29:13 +03:00
parent c41320864b
commit 1c43a448ef
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -55,7 +55,7 @@ in {
systemd.services.deluged.serviceConfig = {
MemoryLimit = cfg.memLimit;
Restart = lib.mkForce "always";
RuntimeMaxSec = "6h";
RuntimeMaxSec = "3h";
};
};
};