Add a global timeout that is applied to most API requests.

This commit is contained in:
Tom Hughes 2009-05-20 22:18:36 +00:00
parent 3d0ca940d2
commit b38684e59e
11 changed files with 31 additions and 7 deletions

View file

@ -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