From 02120225a9a0beb5d41bccd5f9365aaeb1731a11 Mon Sep 17 00:00:00 2001 From: Zac Gaetano Date: Mon, 13 Apr 2026 18:36:06 -0400 Subject: [PATCH] Update poll interval to 60s, stale threshold to 120s, UUID event ID in example --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 3bb5569..3e53e99 100644 --- a/.env.example +++ b/.env.example @@ -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