We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 130e0ff commit ac688a5Copy full SHA for ac688a5
lib/zencoder/http.rb
@@ -13,7 +13,7 @@ class << self
13
14
self.http_backend = NetHTTP
15
16
- self.default_options = {:timeout => 10000,
+ self.default_options = {:timeout => 60000,
17
:headers => {'Accept' => 'application/json',
18
'Content-Type' => 'application/json',
19
'User-Agent' => "Zencoder-rb v#{Zencoder::GEM_VERSION}"}}
0 commit comments