summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-10-02 14:10:51 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-10-02 14:10:51 +0200
commit969cd51b68ca69355654146536f22a2e7a68a236 (patch)
tree50968d2828c8e8527f32a68dfaa9da5a0170f339 /HISTORY
parent8365632b3f201f1b903dd88d80593435ba9545a1 (diff)
downloadvdr-969cd51b68ca69355654146536f22a2e7a68a236.tar.gz
vdr-969cd51b68ca69355654146536f22a2e7a68a236.tar.bz2
Reduced MAX_CONNECT_RETRIES in ci.c to 2
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index d2afbd92..b31c7d4d 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3876,3 +3876,5 @@ Video Disk Recorder Revision History
- Now skipping some funny characters sent by some CAMs at the beginning of strings.
- The CAM menu is now completely closed when pressing the Menu key while inside
a sub menu.
+- Reduced MAX_CONNECT_RETRIES in ci.c to 2 (waiting too long made the whole thing
+ appear hanging).