This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
Set the correct timeout for OneDrive client #2282
Labels
tech-debt
Non-feature, non-bug improvements to the codebase.
The OneDrive client is currently using timeout=0 which isn't correct - it can cause issues if the server blips/has an outage for example and cause requests to be stuck.
We need to set the correct timeout here. The concern so far has been that this depends on file size but I believe the amount of data we read in each request is going to be capped (large files are read in chunks). Need to confirm what's happening over the wire and based on that we can set a sensible timeout.
The text was updated successfully, but these errors were encountered: