Skip to content

Commit

Permalink
reasonable refresh rate lol
Browse files Browse the repository at this point in the history
  • Loading branch information
alilaherty committed Oct 24, 2023
1 parent 180f6b0 commit f49a251
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export default function SuggestedTimeWidget() {
const interval = setInterval(()=>{
fetchData();
//fetchTime();
},500);
},5000);
/* DEFAULT BEHAVIOUR: GET SINGLE RECOMMENDATION OF NEXT NEAREST TIME */
const fetchData = async () => {
console.log('data fetched');
Expand Down

0 comments on commit f49a251

Please sign in to comment.