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
A timeout should be set (via reqwest::ClientBuilder::timeout()) on reqwest clients for use when dandidav makes an outgoing HTTP request.
Note that this will only affect requests made to Dandi Archive, to datasets.datalad.org, and to S3 when determining a bucket's region. Timeouts for requests made via the S3 SDK will have to be configured separately (assuming they're not already set to something reasonable).
For comparison:
The only timeout dandi-cli uses is a 30-second timeout when performing file downloads.
A timeout should be set (via
reqwest::ClientBuilder::timeout()
) onreqwest
clients for use whendandidav
makes an outgoing HTTP request.Note that this will only affect requests made to Dandi Archive, to datasets.datalad.org, and to S3 when determining a bucket's region. Timeouts for requests made via the S3 SDK will have to be configured separately (assuming they're not already set to something reasonable).
For comparison:
dandi-cli
uses is a 30-second timeout when performing file downloads.Errors raised as a result of such timeouts should be converted to 504 responses.
The text was updated successfully, but these errors were encountered: