Update poll interval to 60s, stale threshold to 120s, UUID event ID in example

This commit is contained in:
Zac Gaetano 2026-04-13 18:36:06 -04:00
parent 4037c74e0f
commit 02120225a9

View file

@ -1,6 +1,6 @@
BG_BEARER_TOKEN=your_token_here
BG_EVENT_ID=1
BG_RANKING=stableford_gross
POLL_INTERVAL_MS=10000
STALE_THRESHOLD_MS=60000
POLL_INTERVAL_MS=60000
STALE_THRESHOLD_MS=120000
PORT=3737