mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Increase timeouts
See discussion at https://github.com/bisq-network/bisq/issues/2547
This commit is contained in:
parent
c9c775d60f
commit
9b2c5a2d2a
@ -49,7 +49,7 @@ import org.jetbrains.annotations.NotNull;
|
||||
|
||||
@Slf4j
|
||||
public class GetDataRequestHandler {
|
||||
private static final long TIMEOUT = 60;
|
||||
private static final long TIMEOUT = 90;
|
||||
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -60,7 +60,7 @@ import static com.google.common.base.Preconditions.checkArgument;
|
||||
|
||||
@Slf4j
|
||||
class RequestDataHandler implements MessageListener {
|
||||
private static final long TIMEOUT = 60;
|
||||
private static final long TIMEOUT = 90;
|
||||
private NodeAddress peersNodeAddress;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user