mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 00:33:09 -07:00
- Web UI optimization
This commit is contained in:
parent
a189e4403d
commit
918c1507d3
4 changed files with 18 additions and 14 deletions
|
@ -1575,7 +1575,7 @@ bool GUI::initWebUi(QString username, QString password, int port)
|
|||
httpServer->close();
|
||||
}
|
||||
else
|
||||
httpServer = new HttpServer(BTSession, 500, this);
|
||||
httpServer = new HttpServer(BTSession, 1000, 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