From: Andreas Monzner Date: Wed, 14 Feb 2007 11:32:43 +0000 (+0000) Subject: one motor command retrie should be enough (in normal case no retrie is X-Git-Tag: 2.6.0~2406 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/b41d5f967712c1ef48b63a00052f61275fc8e737?ds=sidebyside one motor command retrie should be enough (in normal case no retrie is needed) --- 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