mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
work on rss, right-click menu, refresh functions, and anticrash methods
This commit is contained in:
parent
d3eda2e8be
commit
1ae635a8b5
4 changed files with 69 additions and 33 deletions
|
@ -151,7 +151,7 @@ class downloadThread : public QThread {
|
|||
++retries;
|
||||
SleeperThread::msleep(1000);
|
||||
}
|
||||
}while(to_many_users && retries < 10);
|
||||
}while(to_many_users && retries < 10 && response!=0);
|
||||
// Cleanup
|
||||
curl_easy_cleanup(curl);
|
||||
// Close tmp file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue