- Removed some useless debug

- Increased httpserver update interval
This commit is contained in:
Christophe Dumez 2008-12-23 16:50:46 +00:00
parent 368c122dce
commit a73d3132df
3 changed files with 6 additions and 9 deletions

View file

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