Skip to content

Commit eca282c

Browse files
Merge pull request #30 from ConvertAPI/feature/default-timeout
Change default http timeout to 1800 seconds
2 parents 6a03523 + a6bc308 commit eca282c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

convertapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
api_secret = None
1111
base_uri = 'https://v2.convertapi.com/'
1212
user_agent = 'ConvertAPI-Python/' + __version__
13-
timeout = 60
13+
timeout = 1800
1414
conversion_timeout = None
1515
conversion_timeout_delta = 10
1616
upload_timeout = 1800

0 commit comments

Comments
 (0)