Skip to content

Commit

Permalink
Timeout after 300 seconds (up from 60)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgorset committed Apr 2, 2017
1 parent 0816873 commit 8d3211e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/facebook/messenger/bot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ def unhook
# Default HTTParty options.
def default_options
super.merge(
read_timeout: 300,
headers: {
'Content-Type' => 'application/json'
}
Expand Down

0 comments on commit 8d3211e

Please sign in to comment.