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