We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6047d27 + 7d7a77b commit 23719c8Copy full SHA for 23719c8
examples/kitchensink/app.rb
@@ -9,6 +9,10 @@ def client
9
@client ||= Line::Bot::Client.new do |config|
10
config.channel_secret = ENV["LINE_CHANNEL_SECRET"]
11
config.channel_token = ENV["LINE_CHANNEL_TOKEN"]
12
+ config.http_options = {
13
+ open_timeout: 5,
14
+ read_timeout: 5,
15
+ }
16
end
17
18
lib/line/bot/api/version.rb
@@ -15,7 +15,7 @@
module Line
module Bot
module API
- VERSION = "1.2.5"
+ VERSION = "1.3.0"
19
20
21
0 commit comments