mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-17 22:10:57 -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) {
|
||||
UserThread.runAfterRandomDelay(() -> authenticateToRemainingReportedPeer(),
|
||||
10, 20, TimeUnit.SECONDS);
|
||||
} else {
|
||||
UserThread.runAfterRandomDelay(() -> authenticateToRemainingSeedNode(),
|
||||
30, 60, TimeUnit.SECONDS);
|
||||
}
|
||||
} else if (!isSeedNode) {
|
||||
UserThread.runAfterRandomDelay(() -> authenticateToRemainingReportedPeer(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue