Skip to content

Commit

Permalink
p2p/discover: change to / 3
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl committed May 21, 2024
1 parent cda6f56 commit 6e37d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/discover/table_reval.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6e37d52

Please sign in to comment.