mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-20 10:22:18 +01: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…
Reference in New Issue
Block a user