Changement de timeout sur le geocoding

This commit is contained in:
echarp 2014-09-08 19:11:25 +02:00
parent 3254947adf
commit 4f020996a7
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
Geocoder.configure(
# geocoding service request timeout, in seconds (default 3):
timeout: 5
timeout: 10
)