mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 00:33:09 -07:00
- Removed some useless debug
- Increased httpserver update interval
This commit is contained in:
parent
368c122dce
commit
a73d3132df
3 changed files with 6 additions and 9 deletions
|
@ -1535,7 +1535,7 @@ bool GUI::initWebUi(QString username, QString password, int port)
|
|||
httpServer->close();
|
||||
}
|
||||
else
|
||||
httpServer = new HttpServer(BTSession, 2000, this);
|
||||
httpServer = new HttpServer(BTSession, 3000, this);
|
||||
httpServer->setAuthorization(username, password);
|
||||
bool success = httpServer->listen(QHostAddress::Any, port);
|
||||
if (success)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue