sdrweb: throttle adsb map updates

This commit is contained in:
Astro 2021-10-15 19:14:31 +02:00
parent 162ab421a7
commit e59ca2c90c
1 changed files with 3 additions and 1 deletions

View File

@ -159,7 +159,9 @@
refreshGeneralInfo();
}).always(function() {
setTimeout(function() {
window.requestAnimationFrame(fetchData);
}, 500);
});
}