Skip to content

Commit 2211bf9

Browse files
committed
decrease interval
1 parent 77cfd8a commit 2211bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/rps-tf/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ function startProgressBar() {
587587
}
588588
}
589589

590-
timer = setInterval(doCheck, 500);
590+
timer = setInterval(doCheck, 100);
591591
}
592592

593593
startProgressBar();

0 commit comments

Comments
 (0)