mirror of
https://github.com/logos-storage/logos-storage-nim-dht.git
synced 2026-01-08 08:23:09 +00:00
remove some debug output
This commit is contained in:
parent
52530b7569
commit
9f4cec415c
@ -947,7 +947,7 @@ proc revalidateLoop(d: Protocol) {.async.} =
|
||||
try:
|
||||
while true:
|
||||
await sleepAsync(milliseconds(RevalidateMax div 2 + d.rng[].rand(RevalidateMax div 2)))
|
||||
echo d.localNode.address.get().port, ": ", d.nodesDiscovered()
|
||||
#echo d.localNode.address.get().port, ": ", d.nodesDiscovered()
|
||||
let n = d.routingTable.nodeToRevalidate()
|
||||
if not n.isNil:
|
||||
traceAsyncErrors d.revalidateNode(n)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user