mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-07-12 01:39:32 -04:00
Merge remote-tracking branch 'origin/Development' into Development
This commit is contained in:
commit
0519ab4f8a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue