Fixed 5s timer for protocol status checker.
This commit is contained in:
parent
5264fbf546
commit
2c972c0829
2 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ void statusMonitor(void * np){
|
|||
Controller::CheckAllStreams(Controller::Storage["streams"]);
|
||||
Controller::myConverter.updateStatus();
|
||||
}
|
||||
Util::sleep(5000);//sleep 5 seconds
|
||||
Util::wait(5000);//wait at least 5 seconds
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue