mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 08:43:08 -07:00
- Webui: refresh download list every 2 seconds to save cpu
This commit is contained in:
parent
dd35f1723b
commit
796aea19e6
1 changed files with 1 additions and 1 deletions
|
@ -1556,7 +1556,7 @@ bool GUI::initWebUi(QString username, QString password, int port)
|
||||||
httpServer->close();
|
httpServer->close();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
httpServer = new HttpServer(BTSession, 1000, this);
|
httpServer = new HttpServer(BTSession, 2000, this);
|
||||||
httpServer->setAuthorization(username, password);
|
httpServer->setAuthorization(username, password);
|
||||||
bool success = httpServer->listen(QHostAddress::Any, port);
|
bool success = httpServer->listen(QHostAddress::Any, port);
|
||||||
if (success)
|
if (success)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue