reduced the speed again, caused a crash

This commit is contained in:
Connor Turland 2013-01-04 01:31:13 -05:00
parent f447334563
commit 2be0bc6fa3

View file

@ -57,5 +57,5 @@
<%= form_for @map, :url => realtime_path(@map), :method => "GET", :html => { :id => "MapRealtime"}, remote: true do |form| %>
<% end %>
<script>
var int = setInterval(function(){if (goRealtime) {$('#MapRealtime').submit();}},50);
var int = setInterval(function(){if (goRealtime) {$('#MapRealtime').submit();}},5000);
</script>