We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5deb22f commit 05bc9f2Copy full SHA for 05bc9f2
js/tracker.js
@@ -1320,13 +1320,13 @@ function refreshPredictions() {
1320
if(!ls_pred && offline.get('opt_offline')) updatePredictions(offline.get('predictions'));
1321
},
1322
complete: function(request, textStatus) {
1323
- periodical_predictions = setTimeout(refreshPredictions, 2 * timer_seconds * 1000);
+ periodical_predictions = setTimeout(refreshPredictions, 60 * 1000);
1324
}
1325
});
1326
1327
1328
var periodical, periodical_receivers, periodical_predictions;
1329
-var timer_seconds = 14;
+var timer_seconds = 15;
1330
1331
function startAjax() {
1332
// prevent insane clicks to start numerous requests
0 commit comments