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

Commit

Permalink
Dictionary::Definition: Add upstream timeouts. (#3218)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilnilnil authored and moollaza committed Mar 30, 2017
1 parent 756c404 commit a3865e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/DDG/Spice/Dictionary/Definition.pm
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ spice alt_to => {
}
};

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

triggers startend => (
"define",
"define:",
Expand Down

0 comments on commit a3865e7

Please sign in to comment.