From 5bc4bd4d983520b4d792b93c6fc6de90fc6bf54b Mon Sep 17 00:00:00 2001 From: Blade Doyle Date: Thu, 26 Nov 2020 13:21:54 -0800 Subject: [PATCH] prevent false positives from grin-health --- config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yml b/config.yml index 4182824..6d19e47 100644 --- a/config.yml +++ b/config.yml @@ -34,7 +34,7 @@ # grin-health Config GRINHEALTH_URL: "https://joltz.keybase.pub/api/grin" # hosted here temporarily - GRINHEALTH_SCORE_THREASHOLD: 2 # integer - Consider an "overall score" at or blow this threashold an attack + GRINHEALTH_SCORE_THREASHOLD: 0 # integer - Consider an "overall score" at or blow this threashold an attack # see: https://github.com/j01tz/grin-health # "Scoring is rated 0 to 5, with 5 being the healthiest network # and 0 being a network likely currently under attack"