Skip to content

Commit

Permalink
Change default read timeout to 1800 seconds (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurynas-convertapi authored Sep 18, 2022
1 parent 96bbb60 commit 966317b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/convert_api/configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Configuration
def initialize
@base_uri = URI('https://v2.convertapi.com/')
@connect_timeout = 5
@read_timeout = 60
@read_timeout = 1800
@conversion_timeout_delta = 10
@upload_timeout = 1800
@download_timeout = 1800
Expand Down

0 comments on commit 966317b

Please sign in to comment.