Skip to content

Commit fbf4f8f

Browse files
Mark JessopMark Jessop
authored andcommitted
Bump up maximum age before batch discard
1 parent cb5527b commit fbf4f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/tracker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3634,7 +3634,7 @@ function liveData() {
36343634
} else {
36353635
var tempDate = new Date(frame[frame.length - 1].time_received).getTime()
36363636
}
3637-
if ((dateNow - tempDate) < 30000) {
3637+
if ((dateNow - tempDate) < 45000) {
36383638
var test = formatData(frame, true);
36393639
if (clientActive) {
36403640
live_data_buffer.positions.position.push.apply(live_data_buffer.positions.position,test.positions.position)

0 commit comments

Comments
 (0)