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 {