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
I believe this means that federated media downloads, by default, will be using the urlPreviewTimeoutSeconds (10 seconds) config value, instead of the federationTimeoutSeconds (2 minutes) value?
Thanks and sorry if I'm misunderstanding ^^
The text was updated successfully, but these errors were encountered:
Hi, I noticed this code here uses
Config.TimeoutSeconds.UrlPreviews
instead ofConfig.TimeoutSeconds.Federation
:matrix-media-repo/matrix/requests.go
Line 167 in 8a642d5
I believe this means that federated media downloads, by default, will be using the urlPreviewTimeoutSeconds (10 seconds) config value, instead of the federationTimeoutSeconds (2 minutes) value?
Thanks and sorry if I'm misunderstanding ^^
The text was updated successfully, but these errors were encountered: