p2p/discover: change to / 3

This commit is contained in:
Felix Lange 2024-05-21 14:18:27 +02:00
parent cda6f56ee9
commit 6e37d520e9

View file

@ -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 {