-
-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v3.3.5 RSS locks qB GUI when updating RSS #5423
Comments
gndqb
changed the title
v3.5.5 RSS locks qB GUI when updating RSS
v3.3.5 RSS locks qB GUI when updating RSS
Jun 23, 2016
magao
added a commit
to magao/qBittorrent
that referenced
this issue
Jan 28, 2017
, qbittorrent#1089, qbittorrent#1235, qbittorrent#5423. --HG-- branch : magao-dev
sledgehammer999
pushed a commit
that referenced
this issue
Mar 4, 2017
Fixed by #6176. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have 100+ RSS feeds, sorted into some 20 categories. RSS downloader distributes torrents into categories, and set to paused state. Sometimes I have 1000+ torrents in paused state.
qBittorrent GUI becomes locked for longer amount of time (cca 10 minutes), when RSS is updated. Torrents activity contunes to go on interrupted, I can see traffic on DU meter. Maybe the problem is that all RSS are updated at once, so connection gets flooded. Maybe it would be better to update RSS in smaller sets and timed some seconds apart.
Same GUI locking happens when I go to RSS downloader, and exit it. As if all RSS would be rechecked again.
Also when starting qBittorent, there is large delay when starting it. Looking at log, it seems that all RSS torrents (also those 1000+ in paused state) are redownloaded again, for every torrent there is such entry "(N) 2016-06-22T13:07:44 - Automatically downloading '...". For 1000+ torrents this takes cca 10 minutes. This means that after starting qB, I can see qB immediately in Task Manager/Details, but GUI is not visible for some 10 minutes. Only after all torrents are loaded GUI shows, but is locked at first for another few minutes. Clicking on GUI gives "not responding" note, but after some minutes qB become responsive again.
I think all above three issues are actually connected to how qB deals with RSS torrents in paused state, so I collected them into one issue. Maybe RSS torrents could be added in stopped state, and not be checked when starting qB - they can be checked when/if started.
The text was updated successfully, but these errors were encountered: