added sleep in output_http, fix for high CPU usage
This commit is contained in:
parent
a8deda2fab
commit
bac101b1e5
3 changed files with 11 additions and 5 deletions
|
|
@ -91,7 +91,7 @@ namespace Mist {
|
|||
OutHLS::OutHLS(Socket::Connection & conn) : HTTPOutput(conn) {
|
||||
haveAvcc = false;
|
||||
realTime = 0;
|
||||
myConn.setBlocking(true);
|
||||
setBlocking(true);
|
||||
}
|
||||
|
||||
OutHLS::~OutHLS() {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue