We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96bbb60 commit 966317bCopy full SHA for 966317b
1 file changed
lib/convert_api/configuration.rb
@@ -12,7 +12,7 @@ class Configuration
12
def initialize
13
@base_uri = URI('https://v2.convertapi.com/')
14
@connect_timeout = 5
15
- @read_timeout = 60
+ @read_timeout = 1800
16
@conversion_timeout_delta = 10
17
@upload_timeout = 1800
18
@download_timeout = 1800
0 commit comments