-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cURL time out #35461
cURL time out #35461
Conversation
Signed-off-by: jlssmt <42897917+jlssmt@users.noreply.github.com>
Signed-off-by: jlssmt <42897917+jlssmt@users.noreply.github.com>
Reason for 30 seconds: #16972 Afaik, we overwrite the default timeout if necessary, but default should stay 30. |
would it make sense to make the timeout configurable, specifically for federated shares ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Increasing timeout here does not feel like a good solution.
If the problem only arise for big files there may be a problem with how the connection is handled. It should start recieving data fast even if the file is big.
Since this currently affects me with downloading a big file from a federated share, I'd like to see that as a configuration option. |
Fixed by #38292 |
OCA\Files_Sharing\External\Storage extends OC\Files\Storage\DAV. Therefore, the value of There are additional HTTP requests in |
Summary
Fixed cURL regarding:
https://help.nextcloud.com/t/curl-error-28-operation-timed-out-after-30000-milliseconds-with-0-bytes-received-federated-nextcloud/113088
TODO
--
Checklist