mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-29 17:58:56 -04:00
WIP
This commit is contained in:
parent
4e2cfa7804
commit
485d0e8fd6
1 changed files with 0 additions and 3 deletions
|
@ -370,9 +370,6 @@ public class PeerGroup implements MessageListener, ConnectionListener {
|
||||||
if (remainingSeedNodes.isEmpty() && !isSeedNode) {
|
if (remainingSeedNodes.isEmpty() && !isSeedNode) {
|
||||||
UserThread.runAfterRandomDelay(() -> authenticateToRemainingReportedPeer(),
|
UserThread.runAfterRandomDelay(() -> authenticateToRemainingReportedPeer(),
|
||||||
10, 20, TimeUnit.SECONDS);
|
10, 20, TimeUnit.SECONDS);
|
||||||
} else {
|
|
||||||
UserThread.runAfterRandomDelay(() -> authenticateToRemainingSeedNode(),
|
|
||||||
30, 60, TimeUnit.SECONDS);
|
|
||||||
}
|
}
|
||||||
} else if (!isSeedNode) {
|
} else if (!isSeedNode) {
|
||||||
UserThread.runAfterRandomDelay(() -> authenticateToRemainingReportedPeer(),
|
UserThread.runAfterRandomDelay(() -> authenticateToRemainingReportedPeer(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue