You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the blocking client for reqwest means that if a large file takes too long to download the request will just timeout. We need to transition to using the async client and tracking download progress. Would fix #5 also
The text was updated successfully, but these errors were encountered:
Using the blocking client for reqwest means that if a large file takes too long to download the request will just timeout. We need to transition to using the async client and tracking download progress. Would fix #5 also
The text was updated successfully, but these errors were encountered: