Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
tashua314 committed May 23, 2024
1 parent 3218845 commit d12b976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
}
})
calculateRecoveryTime();
const interval = setInterval(calculateRecoveryTime, 10);
const interval = setInterval(calculateRecoveryTime, 1);
// Remove event listeners when the component is unmounted
return () => {
Expand Down

0 comments on commit d12b976

Please sign in to comment.