Skip to content

Commit

Permalink
fs.http: set sock_read timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrifiro committed Mar 15, 2022
1 parent 1574d9a commit 12de7e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dvc/fs/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ async def get_client(self, **kwargs):
total=None,
connect=self.REQUEST_TIMEOUT,
sock_connect=self.REQUEST_TIMEOUT,
sock_read=None,
sock_read=self.REQUEST_TIMEOUT,
)

return RetryClient(**kwargs)
Expand Down

0 comments on commit 12de7e7

Please sign in to comment.