Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
disable forecast timeout (#3271)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsstoner authored Apr 27, 2017
1 parent 9bba52f commit 147b7e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/DDG/Spice/Forecast.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit 147b7e6

Please sign in to comment.