Skip to content

Commit fcb5538

Browse files
Change default upload and download timeouts to None (#51)
1 parent 0f56a87 commit fcb5538

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

convertapi/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
timeout = 1800
1616
conversion_timeout = None
1717
conversion_timeout_delta = 10
18-
upload_timeout = 1800
19-
download_timeout = 1800
18+
upload_timeout = None
19+
download_timeout = None
2020
max_parallel_uploads = 10
2121
verify_ssl = True
2222

0 commit comments

Comments
 (0)