Change interval unit type to seconds

This commit is contained in:
pleb
2026-03-22 16:02:18 -07:00
parent 0531a23680
commit dc5023d272
4 changed files with 23 additions and 20 deletions
+2 -2
View File
@@ -71,8 +71,8 @@ test("exporter serves healthz and metrics without crashing", async (t) => {
...process.env,
RELAYS: "wss://relay.damus.io,wss://nos.lol",
WRITE_CHECK_ENABLED: "false",
PROBE_TIMEOUT_MS: "2000",
PROBE_INTERVAL_MS: "3000",
PROBE_TIMEOUT_SECONDS: "2",
PROBE_INTERVAL_SECONDS: "3",
PORT: String(port),
LOG_LEVEL: "error",
},