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({