Browse Source

CLDC-4066: Fix uprn timeout to match address search

CLDC-4066-improve-resilience-to-os-places-api-outage
Samuel Young 3 days ago
parent
commit
5334e91fa5
  1. 2
      app/services/uprn_client.rb

2
app/services/uprn_client.rb

@ -39,7 +39,7 @@ private
client.use_ssl = true
client.verify_mode = OpenSSL::SSL::VERIFY_PEER
client.max_retries = 3
client.read_timeout = 20 # seconds
client.read_timeout = 15 # seconds
client
end

Loading…
Cancel
Save