mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 15:07:22 -06:00
work on rss, right-click menu, refresh functions, and anticrash methods
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user