Change interval unit type to seconds
This commit is contained in:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user