mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
driver/record.cpp: comment artificial blocking pause on record start/stop -
it looks like this operations is slow while its not true
Origin commit data
------------------
Commit: c9fd73bb10
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-04-27 (Fri, 27 Apr 2012)
This commit is contained in:
@@ -129,6 +129,7 @@ bool CRecordInstance::SaveXml()
|
||||
|
||||
void CRecordInstance::WaitRecMsg(time_t StartTime, time_t WaitTime)
|
||||
{
|
||||
return;
|
||||
while (time(0) < StartTime + WaitTime)
|
||||
usleep(100000);
|
||||
}
|
||||
|
Reference in New Issue
Block a user