mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-03-20 04:46:07 -04:00
increase max failed connection attempts to 8
This commit is contained in:
parent
1a0fab8c47
commit
902accb290
@ -33,7 +33,7 @@ import java.util.Date;
|
||||
@Getter
|
||||
@Slf4j
|
||||
public final class Peer implements HasCapabilities, NetworkPayload, PersistablePayload, SupportedCapabilitiesListener {
|
||||
private static final int MAX_FAILED_CONNECTION_ATTEMPTS = 6;
|
||||
private static final int MAX_FAILED_CONNECTION_ATTEMPTS = 8;
|
||||
|
||||
private final NodeAddress nodeAddress;
|
||||
private final long date;
|
||||
|
Loading…
x
Reference in New Issue
Block a user