Browse Source

change pollLocations timeout

testing
Burathar 4 years ago
parent
commit
6df123372e
  1. 2
      app/templates/game_player.html

2
app/templates/game_player.html

@ -135,7 +135,7 @@
}))); })));
} }
setInterval(function() {pollLocations()}, 10 * 1000); setInterval(function() {pollLocations()}, 30 * 1000);
function pollLocations() { function pollLocations() {
$.ajax({ $.ajax({

Loading…
Cancel
Save