mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-20 23:56:30 -04:00
WIP
This commit is contained in:
parent
4e2cfa7804
commit
485d0e8fd6
@ -370,9 +370,6 @@ public class PeerGroup implements MessageListener, ConnectionListener {
|
||||
if (remainingSeedNodes.isEmpty() && !isSeedNode) {
|
||||
UserThread.runAfterRandomDelay(() -> authenticateToRemainingReportedPeer(),
|
||||
10, 20, TimeUnit.SECONDS);
|
||||
} else {
|
||||
UserThread.runAfterRandomDelay(() -> authenticateToRemainingSeedNode(),
|
||||
30, 60, TimeUnit.SECONDS);
|
||||
}
|
||||
} else if (!isSeedNode) {
|
||||
UserThread.runAfterRandomDelay(() -> authenticateToRemainingReportedPeer(),
|
||||
|
Loading…
x
Reference in New Issue
Block a user