We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 466e092 commit 14faffdCopy full SHA for 14faffd
roles/metadata.nix
@@ -42,8 +42,8 @@ in {
42
# Not yet available as an attribute for the Unit section in nixpkgs 20.09
43
StartLimitBurst = 3;
44
45
- # Restart every 12 hours until a memory leak is addressed
46
- RuntimeMaxSec = 12 * 3600;
+ # Restart every 6 hours until a memory leak is addressed
+ RuntimeMaxSec = 6 * 3600;
47
};
48
systemd.services.metadata-webhook.serviceConfig = {
49
Restart = "always";
0 commit comments