mirror of
https://github.com/codex-storage/nim-codex-dht.git
synced 2025-02-03 15:44:37 +00:00
set NoreplyRemoveThreshold to 0.5
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
parent
6310c50ce0
commit
fee5a9ced2
@ -136,7 +136,7 @@ const
|
|||||||
FindnodeSeenThreshold = 1.0 ## threshold used as findnode response filter
|
FindnodeSeenThreshold = 1.0 ## threshold used as findnode response filter
|
||||||
LookupSeenThreshold = 0.0 ## threshold used for lookup nodeset selection
|
LookupSeenThreshold = 0.0 ## threshold used for lookup nodeset selection
|
||||||
QuerySeenThreshold = 0.0 ## threshold used for query 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 =
|
func shortLog*(record: SignedPeerRecord): string =
|
||||||
## Returns compact string representation of ``SignedPeerRecord``.
|
## Returns compact string representation of ``SignedPeerRecord``.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user