From b6ad75135e8a2a3f8731e53a00f62a139251b805 Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Wed, 14 Feb 2007 11:08:08 +0000 Subject: [PATCH 1/1] small change --- lib/python/Components/NimManager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/python/Components/NimManager.py b/lib/python/Components/NimManager.py index c7e4750c..d6d9d786 100644 --- a/lib/python/Components/NimManager.py +++ b/lib/python/Components/NimManager.py @@ -663,7 +663,7 @@ def InitSecParams(): x.addNotifier(lambda configElement: secClass.setParam(secClass.DELAY_AFTER_TONEBURST, configElement.value)) config.sec.delay_after_toneburst = x - x = ConfigInteger(default=200) + x = ConfigInteger(default=120) x.addNotifier(lambda configElement: secClass.setParam(secClass.DELAY_AFTER_ENABLE_VOLTAGE_BEFORE_SWITCH_CMDS, configElement.value)) config.sec.delay_after_enable_voltage_before_switch_command = x -- 2.30.2