forked from Qortal/qortal
Fix comment
This commit is contained in:
parent
db270f559f
commit
c05533fb71
@ -464,7 +464,7 @@ public class Peer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* package */ void startPings() {
|
/* package */ void startPings() {
|
||||||
// Replacing initial null value allows pingCheck() to start sending pings.
|
// Replacing initial null value allows getPingTask() to start sending pings.
|
||||||
LOGGER.trace(() -> String.format("Enabling pings for peer %s", this));
|
LOGGER.trace(() -> String.format("Enabling pings for peer %s", this));
|
||||||
this.lastPingSent = System.currentTimeMillis();
|
this.lastPingSent = System.currentTimeMillis();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user