Skip to content

Commit

Permalink
dynGlobeRate
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedehopf committed Jan 24, 2021
1 parent d960526 commit f02cb5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions html/early.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ let historyTimeout = 60;
let globeIndex = 0;
let globeIndexGrid = 0;
let globeIndexSpecialTiles;
let dynGlobeRate = false;
let binCraft = false;
let dbServer = false;
let l3harris = false;
Expand Down
3 changes: 1 addition & 2 deletions html/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ function fetchData(options) {
const k = indexes[i];
if (globeIndexNow[k] < ancient) {
globeIndexNow[k] = null;
console.log(k);
}
}
indexes.sort(function(x,y) {
Expand Down Expand Up @@ -654,7 +653,7 @@ function initPage() {
}, 30000);
}

if (adsbexchange && !uuid) {
if ((adsbexchange || dynGlobeRate) && !uuid) {
setInterval(globeRateUpdate(), 300000);
}

Expand Down

0 comments on commit f02cb5c

Please sign in to comment.