mirror of
https://github.com/retoaccess1/haveno-reto.git
synced 2024-11-10 05:03:35 +01: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…
Reference in New Issue
Block a user