forked from Qortal/qortal
Network$NetworkProcessor now has its own LOGGER
This commit is contained in:
parent
8f58da4f52
commit
8d8e58a905
@ -469,6 +469,8 @@ public class Network {
|
||||
|
||||
class NetworkProcessor extends ExecuteProduceConsume {
|
||||
|
||||
private final Logger LOGGER = LogManager.getLogger(NetworkProcessor.class);
|
||||
|
||||
private final AtomicLong nextConnectTaskTimestamp = new AtomicLong(0L); // ms - try first connect once NTP syncs
|
||||
private final AtomicLong nextBroadcastTimestamp = new AtomicLong(0L); // ms - try first broadcast once NTP syncs
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user