Skip to content

Commit 0762b5e

Browse files
authored
Update tracker.js
Lowering refresh time to 1 second to test performance
1 parent b398bca commit 0762b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/tracker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2634,7 +2634,7 @@ function habitat_doc_step(hab_docs) {
26342634

26352635
var periodical, periodical_receivers;
26362636
var periodical_predictions = null;
2637-
var timer_seconds = 15;
2637+
var timer_seconds = 1;
26382638

26392639
function startAjax() {
26402640
// prevent insane clicks to start numerous requests

0 commit comments

Comments
 (0)