- Web UI optimization

This commit is contained in:
Christophe Dumez 2008-09-12 19:56:32 +00:00
parent a189e4403d
commit 918c1507d3
4 changed files with 18 additions and 14 deletions

View file

@ -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)