diff --git a/12/liveplayer.js b/12/liveplayer.js index e260e0b..395d3a5 100644 --- a/12/liveplayer.js +++ b/12/liveplayer.js @@ -28,5 +28,5 @@ function liveplayer (elt) { } } - window.setInterval(poll, 1000); + window.setInterval(poll, 5000); } \ No newline at end of file