added sleep in output_http, fix for high CPU usage

This commit is contained in:
wouter spruit 2015-02-25 14:27:15 +01:00 committed by Thulinma
parent a8deda2fab
commit bac101b1e5
3 changed files with 11 additions and 5 deletions

View file

@ -91,7 +91,7 @@ namespace Mist {
OutHLS::OutHLS(Socket::Connection & conn) : HTTPOutput(conn) {
haveAvcc = false;
realTime = 0;
myConn.setBlocking(true);
setBlocking(true);
}
OutHLS::~OutHLS() {}