diff options
-rw-r--r-- | src/leaflet-soton.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leaflet-soton.js b/src/leaflet-soton.js index 4fe2a2e..6116704 100644 --- a/src/leaflet-soton.js +++ b/src/leaflet-soton.js @@ -1782,7 +1782,7 @@ SELECT * WHERE {\ xhttp.ontimeout = function () { callback(null); }; - xhttp.timeout = 4000; + xhttp.timeout = 20000; xhttp.setRequestHeader('Accept', 'application/json'); xhttp.send(options.data); |