Increased POLLTIMEOUTS_BEFORE_DEVICECLEAR in transfer.c to 6 to avoid problems with the larger buffer reserve

This commit is contained in:
Klaus Schmidinger
2005-02-19 14:40:36 +01:00
parent 4871f1188e
commit c6aa52c204
3 changed files with 6 additions and 2 deletions

View File

@@ -3426,3 +3426,5 @@ Video Disk Recorder Revision History
Marco Schl<68><6C>ler).
- Replaced the call to system("sync") in SpinUpDisk() with fdatasync(f) to avoid
problems on NPTL systems (thanks to Chris Warren for pointing this out).
- Increased POLLTIMEOUTS_BEFORE_DEVICECLEAR in transfer.c to 6 to avoid problems
with the larger buffer reserve (thanks to Marco Schl<68><6C>ler).