Skip to content

Commit

Permalink
Increase default timeout values
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Jan 22, 2014
1 parent 3179537 commit 3505369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/twitter/rest/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ def connection_options
:user_agent => user_agent,
},
:request => {
:open_timeout => 5,
:timeout => 10,
:open_timeout => 10,
:timeout => 30,
},
}
end
Expand Down

0 comments on commit 3505369

Please sign in to comment.