Increased the value of MAXRETRIES to 20 to reduce the probability of disturbances in transfer mode

This commit is contained in:
Klaus Schmidinger
2013-08-22 12:35:10 +02:00
parent 17b12a32b0
commit d377c778a7
2 changed files with 4 additions and 2 deletions

View File

@@ -7877,3 +7877,5 @@ Video Disk Recorder Revision History
- cDevice::IsPrimaryDevice() now also checks whether the primary device actually has
a decoder and returns false otherwise. This should improve device allocation on
systems that are only used as a receiver and don't actually display anything.
- Increased the value of MAXRETRIES to 20 to reduce the probability of disturbances
in transfer mode.