Attempt to have a longer geocoding timeout

This commit is contained in:
echarp 2019-11-05 22:43:08 +01:00
parent 4a247cdd51
commit 99223c1f2d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Geocoder.configure(
# geocoding options
# timeout: 3, # geocoding service timeout (secs)
timeout: 30, # geocoding service timeout (secs)
lookup: :nominatim, # name of geocoding service (symbol)
language: :fr, # ISO-639 language code
http_headers: { 'User-Agent' => 'agendadulibre.org' }