Update poll interval to 60s, stale threshold to 120s, UUID event ID in example
This commit is contained in:
parent
4037c74e0f
commit
02120225a9
1 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
BG_BEARER_TOKEN=your_token_here
|
BG_BEARER_TOKEN=your_token_here
|
||||||
BG_EVENT_ID=1
|
BG_EVENT_ID=1
|
||||||
BG_RANKING=stableford_gross
|
BG_RANKING=stableford_gross
|
||||||
POLL_INTERVAL_MS=10000
|
POLL_INTERVAL_MS=60000
|
||||||
STALE_THRESHOLD_MS=60000
|
STALE_THRESHOLD_MS=120000
|
||||||
PORT=3737
|
PORT=3737
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue