dont ddos ourselves
This commit is contained in:
parent
37810ea928
commit
85ee01e1f9
1 changed files with 2 additions and 1 deletions
|
@ -70,6 +70,7 @@ c3nav = {
|
|||
if (!c3nav.init_completed) {
|
||||
c3nav.continue_init();
|
||||
}
|
||||
window.setTimeout(c3nav.load_searchable_locations, 42000);
|
||||
},
|
||||
continue_init: function() {
|
||||
c3nav.init_map();
|
||||
|
@ -128,7 +129,7 @@ c3nav = {
|
|||
|
||||
window.onpopstate = c3nav._onpopstate;
|
||||
|
||||
window.setInterval(c3nav.load_searchable_locations, 42000);
|
||||
window.setTimeout(c3nav.load_searchable_locations, 42000);
|
||||
|
||||
if (window.mobileclient) {
|
||||
window.setInterval(function() { mobileclient.scanNow(); }, 4000);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue