mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-22 20:44:15 +00:00
Process alerts more frequently
This commit is contained in:
parent
536bd85fd0
commit
78fe44ec01
@ -134,7 +134,7 @@ QBtSession::QBtSession()
|
||||
s->add_extension(&create_smart_ban_plugin);
|
||||
timerAlerts = new QTimer(this);
|
||||
connect(timerAlerts, SIGNAL(timeout()), SLOT(readAlerts()));
|
||||
timerAlerts->start(3000);
|
||||
timerAlerts->start(1000);
|
||||
connect(&resumeDataTimer, SIGNAL(timeout()), SLOT(saveTempFastResumeData()));
|
||||
resumeDataTimer.start(180000); // 3min
|
||||
// To download from urls
|
||||
|
Loading…
x
Reference in New Issue
Block a user