Update default config for intel module

This commit is contained in:
Daniel 2019-02-25 09:13:59 +01:00
parent 5a43da7542
commit a70aba7e33

View file

@ -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 {