From d7bbcd2bf5d87196bb873a3d449c85abebf79a58 Mon Sep 17 00:00:00 2001 From: lza_menace Date: Wed, 12 Feb 2025 12:13:09 -0800 Subject: [PATCH] keep nodes around for longer --- xmrnodes/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmrnodes/cli.py b/xmrnodes/cli.py index a659ee8..6debb8f 100644 --- a/xmrnodes/cli.py +++ b/xmrnodes/cli.py @@ -81,7 +81,7 @@ def check_node(_node): hc.save() if ( node.get_failed_checks().count() == node.get_all_checks().count() - and node.get_all_checks().count() > 5 + and node.get_all_checks().count() > 50 ): print("this node fails all of its health checks - deleting it!") for _hc in node.get_all_checks():