mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-27 15:30:31 +05:30
Speeds up the local feed extraction, by fetching more feeds concurrently and only applying a large timeout after fetching the full channels. This is based on the idea that YouTube's RSS feeds (extracted by the generic `FeedInfo`) have no/much less rate-limiting, likely due to the nature of RSS readers. Ref: https://github.com/TeamNewPipe/NewPipe/issues/11817 feat(LocalFeedRepository): remove RSS delay