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
Is your enhancement request related to a problem? Please describe.
Invidious makes a lot of requests to YouTube to fetch images such as thumbnails, storyboards, etc. We should consider creating pools for these requests in order to reuse the connection and improve performance
Describe the solution you'd like
Describe alternatives you've considered
Additional context
This is mentioned a few times throughout the code. Such as:
Is your enhancement request related to a problem? Please describe.
Invidious makes a lot of requests to YouTube to fetch images such as thumbnails, storyboards, etc. We should consider creating pools for these requests in order to reuse the connection and improve performance
Describe the solution you'd like
Describe alternatives you've considered
Additional context
This is mentioned a few times throughout the code. Such as:
invidious/src/invidious/routes/images.cr
Lines 56 to 59 in d956b18
invidious/src/invidious/routes/images.cr
Lines 121 to 124 in d956b18
The text was updated successfully, but these errors were encountered: