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:37:19 +02:00
parent 6e6e468148
commit fc03e021bb
2 changed files with 4 additions and 2 deletions

View File

@@ -7824,3 +7824,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.