Skip to content

Commit

Permalink
Fix refresh time
Browse files Browse the repository at this point in the history
  • Loading branch information
no1mann committed Dec 6, 2024
1 parent 0cec246 commit c910ed6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/script.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
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 c910ed6

Please sign in to comment.