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

Commit

Permalink
update dictionary upstream timeouts (#3219)
Browse files Browse the repository at this point in the history
  • Loading branch information
bsstoner authored Mar 31, 2017
1 parent a3865e7 commit 4c0d3fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/DDG/Spice/Dictionary/Definition.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ spice alt_to => {
}
};

spice upstream_timeouts => +{ connect => '100ms',
send => '100ms',
spice upstream_timeouts => +{ connect => '200ms',
send => '200ms',
read => '500ms' };

triggers startend => (
Expand Down

0 comments on commit 4c0d3fa

Please sign in to comment.