From 6df123372e765ca7c183e5e62df9494c70c523dc Mon Sep 17 00:00:00 2001 From: Burathar Date: Wed, 29 Jul 2020 23:47:51 +0200 Subject: [PATCH] change pollLocations timeout --- app/templates/game_player.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/game_player.html b/app/templates/game_player.html index 401a636..f811419 100644 --- a/app/templates/game_player.html +++ b/app/templates/game_player.html @@ -135,7 +135,7 @@ }))); } - setInterval(function() {pollLocations()}, 10 * 1000); + setInterval(function() {pollLocations()}, 30 * 1000); function pollLocations() { $.ajax({