From a1a012a1e5a0ff56a76e5a0028aa1c1187b548ef Mon Sep 17 00:00:00 2001 From: murtaugh Date: Thu, 28 May 2020 17:15:53 +0200 Subject: [PATCH] Update '12/liveplayer.js' --- 12/liveplayer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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