1
0
Fork 0

Revert "Increase timeout a lot"

This reverts commit 127f29e076.
This commit is contained in:
Malte Brandy 2022-05-23 00:49:24 +02:00
parent 127f29e076
commit f0db12bc73

View file

@ -14,8 +14,9 @@ in {
wantedBy = ["multi-user.target"];
serviceConfig = {
DynamicUser = true;
Type = "simple";
ExecStart = "${pkgs.prometheus-folder-size-exporter}/bin/prometheus_folder_size_exporter -b 21600 -i ${builtins.toFile "prometheus-folder-size-exporter-config.json" (builtins.toJSON config)} -p 9974";
ExecStart = "${pkgs.prometheus-folder-size-exporter}/bin/prometheus-folder-size-exporter -b 60 -i ${builtins.toJSON config} -p 9974";
};
};
}