Skip to content

Commit

Permalink
set NoreplyRemoveThreshold to 0.5
Browse files Browse the repository at this point in the history
Signed-off-by: Csaba Kiraly <[email protected]>
  • Loading branch information
cskiraly committed Oct 14, 2024
1 parent 849b2f6 commit 47d47f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion codexdht/private/eth/p2p/discoveryv5/protocol.nim
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ const
FindnodeSeenThreshold = 1.0 ## threshold used as findnode response filter
LookupSeenThreshold = 0.0 ## threshold used for lookup nodeset selection
QuerySeenThreshold = 0.0 ## threshold used for query nodeset selection
NoreplyRemoveThreshold = 0.0 ## remove node on no reply if 'seen' is below this value
NoreplyRemoveThreshold = 0.5 ## remove node on no reply if 'seen' is below this value

func shortLog*(record: SignedPeerRecord): string =
## Returns compact string representation of ``SignedPeerRecord``.
Expand Down

0 comments on commit 47d47f5

Please sign in to comment.