Skip to content

Commit

Permalink
Merge pull request #120 from JingleJam/develop
Browse files Browse the repository at this point in the history
Fix refresh time
  • Loading branch information
no1mann authored Dec 6, 2024
2 parents 4049944 + c910ed6 commit 1c51aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/scriptTotal.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
current: [],
previous: [],
refreshTime: 10000, //How often to wait for an API refresh
waitTime: 3000, //How long to wait for the data on the backend to be updated
waitTime: 4000, //How long to wait for the data on the backend to be updated
minRefreshTime: 5000, //Minimum refresh time for the API
graphTime: 1000 * 60 * 10, //Graph should update every 10 minutes
pageIsVisible: true,
Expand Down

0 comments on commit 1c51aaa

Please sign in to comment.