diff options
-rw-r--r-- | src/leaflet-soton.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/leaflet-soton.js b/src/leaflet-soton.js index 1673318..ac5754b 100644 --- a/src/leaflet-soton.js +++ b/src/leaflet-soton.js @@ -29,7 +29,7 @@ if (data === null) { setTimeout(function() { LS.getData(callback); - }, 1000); + }, 5000); return; } @@ -1632,7 +1632,7 @@ SELECT * WHERE {\ xhttp.ontimeout = function () { callback(null); }; - xhttp.timeout = 3000; + xhttp.timeout = 4000; options.data = options.data || null; |