mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
driver/record.cpp: comment artificial blocking pause on record start/stop -
it looks like this operations is slow while its not true
This commit is contained in:
@@ -129,6 +129,7 @@ bool CRecordInstance::SaveXml()
|
|||||||
|
|
||||||
void CRecordInstance::WaitRecMsg(time_t StartTime, time_t WaitTime)
|
void CRecordInstance::WaitRecMsg(time_t StartTime, time_t WaitTime)
|
||||||
{
|
{
|
||||||
|
return;
|
||||||
while (time(0) < StartTime + WaitTime)
|
while (time(0) < StartTime + WaitTime)
|
||||||
usleep(100000);
|
usleep(100000);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user