forked from Qortal/qortal
no pinging during pruning
This commit is contained in:
parent
61e57f9672
commit
a445fdc8f2
@ -484,7 +484,6 @@ public class RNSNetwork {
|
|||||||
log.info("prunePeers - pLink: {}, destinationHash: {}",
|
log.info("prunePeers - pLink: {}, destinationHash: {}",
|
||||||
pLink, Hex.encodeHexString(p.getDestinationHash()));
|
pLink, Hex.encodeHexString(p.getDestinationHash()));
|
||||||
log.debug("peer: {}", p);
|
log.debug("peer: {}", p);
|
||||||
p.pingRemote();
|
|
||||||
if (nonNull(pLink)) {
|
if (nonNull(pLink)) {
|
||||||
if (p.getPeerTimedOut()) {
|
if (p.getPeerTimedOut()) {
|
||||||
// close peer link for now
|
// close peer link for now
|
||||||
|
Loading…
x
Reference in New Issue
Block a user