From 147b7e66e9614bfeabadc7e1b35bbda5b08113b6 Mon Sep 17 00:00:00 2001 From: Brian Stoner Date: Thu, 27 Apr 2017 17:46:36 -0400 Subject: [PATCH] disable forecast timeout (#3271) --- lib/DDG/Spice/Forecast.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/DDG/Spice/Forecast.pm b/lib/DDG/Spice/Forecast.pm index 1b0f718878..2d164ba194 100644 --- a/lib/DDG/Spice/Forecast.pm +++ b/lib/DDG/Spice/Forecast.pm @@ -15,9 +15,9 @@ spice to => 'https://darksky.net/ddg?apikey={{ENV{DDG_SPICE_FORECAST_APIKEY}}}&q spice is_cached => 1; spice proxy_cache_valid => "200 30m"; -spice upstream_timeouts => +{ connect => '50ms', - send => '50ms', - read => '200ms' }; +#spice upstream_timeouts => +{ connect => '50ms', +# send => '50ms', +# read => '200ms' }; my @locs = qw (city region_name country_name );