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 1058b08 commit 6f5e78eCopy full SHA for 6f5e78e
js/tracker.js
@@ -3636,7 +3636,7 @@ function liveData() {
3636
} else {
3637
var tempDate = new Date(frame[frame.length - 1].datetime).getTime()
3638
}
3639
- if ((dateNow - tempDate) < 30000) {
+ if ((dateNow - tempDate) < 100000) {
3640
// Data is recent enough.
3641
var test = formatData(frame, true);
3642
if (clientActive) {
0 commit comments