Skip to content

Commit

Permalink
Update with good settings
Browse files Browse the repository at this point in the history
  • Loading branch information
SocksTheWolf committed Dec 20, 2023
1 parent c704fc9 commit 11bba6c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions config_example.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ var configData = {
"barColor": "#a970ff",
"timerPosition": "Top Left",
"showMidRollCountdown": "yes",
"aheadOfTimeAlert": 5,
"pollForNextAdRate": 5,
// These are in minutes!
"aheadOfTimeAlert": 3,
// It's good to give yourself atleast a 2 minute difference from the value above
"pollForNextAdRate": 7,
"debugMode": false
};

0 comments on commit 11bba6c

Please sign in to comment.