Skip to content

Commit 04ebc9e

Browse files
author
Nathan Sutton
committed
Merge pull request #7 from mchristopher/master
Updates the default timeout to match service's timeout.
2 parents 130e0ff + ac688a5 commit 04ebc9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/zencoder/http.rb

Lines changed: 1 addition & 1 deletion
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)