From a70aba7e3338447fe604460cdaebd0e0185ede78 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 25 Feb 2019 09:13:59 +0100 Subject: [PATCH] Update default config for intel module --- intel/config.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/intel/config.go b/intel/config.go index faf40dbd..c7b7440b 100644 --- a/intel/config.go +++ b/intel/config.go @@ -58,7 +58,7 @@ func prep() error { ExpertiseLevel: config.ExpertiseLevelExpert, OptType: config.OptTypeInt, ExternalOptType: "security level", - DefaultValue: 7, + DefaultValue: 6, ValidationRegex: "^(7|6|4)$", }) if err != nil { @@ -73,7 +73,7 @@ func prep() error { ExpertiseLevel: config.ExpertiseLevelExpert, OptType: config.OptTypeInt, ExternalOptType: "security level", - DefaultValue: 7, + DefaultValue: 6, ValidationRegex: "^(7|6|4)$", }) if err != nil { @@ -88,7 +88,7 @@ func prep() error { ExpertiseLevel: config.ExpertiseLevelExpert, OptType: config.OptTypeInt, ExternalOptType: "security level", - DefaultValue: 7, + DefaultValue: 6, ValidationRegex: "^(7|6|4)$", }) if err != nil {