Skip to content

Commit

Permalink
change sync timing
Browse files Browse the repository at this point in the history
  • Loading branch information
w00000dy committed Mar 20, 2024
1 parent 4557844 commit daf0fd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,5 @@ function remindLater() {

function sync() {
getStatus();
setTimeout(sync, 1000);
setTimeout(sync, 10000);
}

0 comments on commit daf0fd5

Please # to comment.