Skip to content

Commit 966317b

Browse files
Change default read timeout to 1800 seconds (#20)
1 parent 96bbb60 commit 966317b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/convert_api/configuration.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class Configuration
1212
def initialize
1313
@base_uri = URI('https://v2.convertapi.com/')
1414
@connect_timeout = 5
15-
@read_timeout = 60
15+
@read_timeout = 1800
1616
@conversion_timeout_delta = 10
1717
@upload_timeout = 1800
1818
@download_timeout = 1800

0 commit comments

Comments
 (0)