Update '12/liveplayer.js'

master
murtaugh 4 years ago
parent be70589f57
commit 95fc0f49d7

@ -26,9 +26,9 @@ function liveplayer (elt) {
}
}, DELAY_TIME_SECS*1000);
}
window.setTimeout(poll, 5000);
} else {
window.setTimeout(poll, 10000);
} else {
window.setTimeout(poll, 20000);
}
}

Loading…
Cancel
Save