Download : Reduce runtime max to 6h.

This commit is contained in:
Dmitry Voronin 2024-10-12 02:42:14 +03:00
parent d307bb664e
commit 12e1d53675
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

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