Skip to content

Commit

Permalink
Bump SSL timeouts/retries
Browse files Browse the repository at this point in the history
  • Loading branch information
vxbinaca committed Dec 21, 2024
1 parent a2394ef commit 4d27c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tubeup/TubeUp.py
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ def upload_ia(self, videobasename, custom_meta=None):
raise Exception(msg)

item.upload(files_to_upload, metadata=metadata, retries=9001,
request_kwargs=dict(timeout=9001), delete=True,
request_kwargs=dict(timeout=(9001, 9001)), delete=True,
verbose=self.verbose, access_key=s3_access_key,
secret_key=s3_secret_key)

Expand Down

0 comments on commit 4d27c49

Please sign in to comment.