mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-04-20 07:46:05 -04:00
Increase CREATE_SOCKET_TIMEOUT_MILLIS
This commit is contained in:
parent
e18c8c0bf8
commit
50d360c67d
@ -31,7 +31,7 @@ import static com.google.common.base.Preconditions.checkNotNull;
|
||||
// Run in UserThread
|
||||
public abstract class NetworkNode implements MessageListener {
|
||||
private static final Logger log = LoggerFactory.getLogger(NetworkNode.class);
|
||||
private static final int CREATE_SOCKET_TIMEOUT_MILLIS = 5000;
|
||||
private static final int CREATE_SOCKET_TIMEOUT_MILLIS = 10000;
|
||||
|
||||
final int servicePort;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user