aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-02-14 11:32:43 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2007-02-14 11:32:43 +0000
commitb41d5f967712c1ef48b63a00052f61275fc8e737 (patch)
treedc196db3a4c33297fd86ae56f6f782b28d9a58fd /lib/python
parentad1e1a62302f33cf428da8141ae2a731bb3137de (diff)
downloadenigma2-b41d5f967712c1ef48b63a00052f61275fc8e737.tar.gz
enigma2-b41d5f967712c1ef48b63a00052f61275fc8e737.zip
one motor command retrie should be enough (in normal case no retrie is
needed)
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Components/NimManager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py
index 818a443e..04ea2889 100644
--- a/lib/python/Components/NimManager.py
+++ b/lib/python/Components/NimManager.py
@@ -691,7 +691,7 @@ def InitSecParams():
x.addNotifier(lambda configElement: secClass.setParam(secClass.MOTOR_RUNNING_TIMEOUT, configElement.value))
config.sec.motor_running_timeout = x
- x = ConfigInteger(default=2)
+ x = ConfigInteger(default=1)
x.addNotifier(lambda configElement: secClass.setParam(secClass.MOTOR_COMMAND_RETRIES, configElement.value))
config.sec.motor_command_retries = x