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
+3 -3
View File
@@ -1,8 +1,8 @@
export RELAYS=wss://offchain.pub,wss://nostr.bitcoiner.social
# 0 = run probes on each /metrics scrape; set >0 for periodic background probing.
# Example: 300000 = every 5 minutes.
export PROBE_INTERVAL_MS=300000
export PROBE_TIMEOUT_MS=10000
# Example: 300 = every 5 minutes.
export PROBE_INTERVAL_SECONDS=300
export PROBE_TIMEOUT_SECONDS=10
export LISTEN_ADDR=0.0.0.0
export PORT=9464
export LOG_LEVEL=info