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 noticed that I had no avatar images loading in riot-web and then /sync requests were being client side timed out. Logs showed 504 timeouts from preview url requests. It turns out that Riot had done lots of these preview url requests and they all wedged like that, starving the rest of the app from making any connections. We should put a cap on the max requests that we will make to /preview_url
The text was updated successfully, but these errors were encountered:
I noticed that I had no avatar images loading in riot-web and then /sync requests were being client side timed out. Logs showed 504 timeouts from preview url requests. It turns out that Riot had done lots of these preview url requests and they all wedged like that, starving the rest of the app from making any connections. We should put a cap on the max requests that we will make to /preview_url
The text was updated successfully, but these errors were encountered: