diff --git a/data/config/standard/e.src b/data/config/standard/e.src index 7578547ad..9de54fb92 100644 --- a/data/config/standard/e.src +++ b/data/config/standard/e.src @@ -217,7 +217,7 @@ group "E_Config" struct { value "powersave.extreme" double: 1200.0; value "powersave.min" int: 0; value "powersave.max" int: 5; - value "no_module_delay" int: 0; + value "no_module_delay" int: 1; group "syscon.actions" list { group "E_Config_Syscon_Action" struct { value "action" string: "halt"; diff --git a/data/config/tiling/e.src b/data/config/tiling/e.src index 230a3d8b6..5413d3bf1 100644 --- a/data/config/tiling/e.src +++ b/data/config/tiling/e.src @@ -215,7 +215,7 @@ group "E_Config" struct { value "powersave.extreme" double: 1200.0; value "powersave.min" int: 0; value "powersave.max" int: 5; - value "no_module_delay" int: 0; + value "no_module_delay" int: 1; group "syscon.actions" list { group "E_Config_Syscon_Action" struct { value "action" string: "halt";