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
When downloading file without timeout_ms, the default timeout will be calculated and set to 20s. It is not enough for downloading large file.
I checked the docs and codes and found this, timeouts. It seems that we could not set it. Could we add an option to make the default downloading timeout configurable
When downloading file without
timeout_ms
, the default timeout will be calculated and set to 20s. It is not enough for downloading large file.I checked the docs and codes and found this, timeouts. It seems that we could not set it. Could we add an option to make the default downloading timeout configurable
https://github.com/turt2live/matrix-media-repo/blob/209d91b10e9395dd6b8f628a477beb71091ecde5/api/r0/download.go#L57-L60
https://github.com/turt2live/matrix-media-repo/blob/209d91b10e9395dd6b8f628a477beb71091ecde5/util/time.go#L16-L33
The text was updated successfully, but these errors were encountered: