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 cb5527b commit fbf4f8fCopy full SHA for fbf4f8f
js/tracker.js
@@ -3634,7 +3634,7 @@ function liveData() {
3634
} else {
3635
var tempDate = new Date(frame[frame.length - 1].time_received).getTime()
3636
}
3637
- if ((dateNow - tempDate) < 30000) {
+ if ((dateNow - tempDate) < 45000) {
3638
var test = formatData(frame, true);
3639
if (clientActive) {
3640
live_data_buffer.positions.position.push.apply(live_data_buffer.positions.position,test.positions.position)
0 commit comments