From b41d5f967712c1ef48b63a00052f61275fc8e737 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Wed, 14 Feb 2007 11:32:43 +0000 Subject: one motor command retrie should be enough (in normal case no retrie is needed) --- lib/python/Components/NimManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Components') 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 -- cgit v1.2.3