mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-28 19:28:05 -06:00
`setInterval()` will always fire a new timeout regardless previous `updateRssFeedList()` has completed or not. This patch will now wait for previous request to complete before another timeout.