Skip to content

Commit ac688a5

Browse files
author
Michael Christopher
committed
Update default timeout to match enforced timeout.
1 parent 130e0ff commit ac688a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/zencoder/http.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class << self
1313

1414
self.http_backend = NetHTTP
1515

16-
self.default_options = {:timeout => 10000,
16+
self.default_options = {:timeout => 60000,
1717
:headers => {'Accept' => 'application/json',
1818
'Content-Type' => 'application/json',
1919
'User-Agent' => "Zencoder-rb v#{Zencoder::GEM_VERSION}"}}

0 commit comments

Comments
 (0)