deprecate non zstd access for adsbexchange

This commit is contained in:
Matthias Wirth
2022-07-13 19:38:47 +02:00
parent 93e058307b
commit cff6098e30
2 changed files with 5 additions and 2 deletions

View File

@@ -299,8 +299,9 @@ let C429 = 0;
let fetchCalls = 0;
function fetchData(options) {
options = options || {};
if (heatmap || replay || showTrace || pTracks || !loadFinished)
if (heatmap || replay || showTrace || pTracks || !loadFinished || inhibitFetch) {
return;
}
let currentTime = new Date().getTime();
if (!options.force) {