Add a global timeout that is applied to most API requests.
This commit is contained in:
parent
3d0ca940d2
commit
b38684e59e
11 changed files with 31 additions and 7 deletions
|
@ -11,6 +11,8 @@ standard_settings: &standard_settings
|
|||
postcode_zoom: 15
|
||||
# Zoom level to use for geonames results from the geocoder
|
||||
geonames_zoom: 12
|
||||
# Timeout for API calls in seconds
|
||||
api_timeout: 300
|
||||
|
||||
development:
|
||||
<<: *standard_settings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue