From 11d3e15de41b6a31997dcc7e0dfcf55629ae073c Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 18 May 2020 15:23:10 +0200 Subject: [PATCH] Only enable BlockP2P in Extreme level by default --- profile/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/config.go b/profile/config.go index 60a63070..58894e86 100644 --- a/profile/config.go +++ b/profile/config.go @@ -295,7 +295,7 @@ Examples: Order: cfgOptionBlockP2POrder, OptType: config.OptTypeInt, ExternalOptType: "security level", - DefaultValue: status.SecurityLevelsAll, + DefaultValue: status.SecurityLevelExtreme, ValidationRegex: "^(4|6|7)$", }) if err != nil {