Skip to content

Commit c76a5a3

Browse files
lowered refresh time to 14s
1 parent 72b7448 commit c76a5a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

js/mobile.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/tracker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ function refreshPredictions() {
771771
}
772772

773773
var periodical, periodical_receivers, periodical_predictions;
774-
var timer_seconds = 30;
774+
var timer_seconds = 14;
775775

776776
function startAjax() {
777777
// prevent insane clicks to start numerous requests

0 commit comments

Comments
 (0)