From 6e37d520e9b0ccb97b19450201da1cd2011ce299 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Tue, 21 May 2024 14:18:27 +0200 Subject: [PATCH] p2p/discover: change to / 3 --- p2p/discover/table_reval.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p2p/discover/table_reval.go b/p2p/discover/table_reval.go index 5213097b81..333de4a10a 100644 --- a/p2p/discover/table_reval.go +++ b/p2p/discover/table_reval.go @@ -128,7 +128,7 @@ func (tr *tableRevalidation) handleResponse(tab *Table, resp revalidationRespons if !resp.didRespond { // Revalidation failed. - n.livenessChecks /= 5 + n.livenessChecks /= 3 if n.livenessChecks <= 0 { tab.deleteInBucket(b, n.ID()) } else {