mirror of
https://github.com/lalanza808/monero.fail.git
synced 2025-04-20 06:55:48 -04:00
keep nodes around for longer
This commit is contained in:
parent
5edea648b4
commit
d7bbcd2bf5
@ -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():
|
||||
|
Loading…
x
Reference in New Issue
Block a user