mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 23:18:17 +01:00
Increase timout to 90 sec
This commit is contained in:
parent
69802e232d
commit
bb095d413c
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ import lombok.extern.slf4j.Slf4j;
|
||||||
|
|
||||||
@Slf4j
|
@Slf4j
|
||||||
public class GetInventoryRequester implements MessageListener, ConnectionListener {
|
public class GetInventoryRequester implements MessageListener, ConnectionListener {
|
||||||
private final static int TIMEOUT_SEC = 45;
|
private final static int TIMEOUT_SEC = 90;
|
||||||
|
|
||||||
private final NetworkNode networkNode;
|
private final NetworkNode networkNode;
|
||||||
private final NodeAddress nodeAddress;
|
private final NodeAddress nodeAddress;
|
||||||
|
|
Loading…
Add table
Reference in a new issue