mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-23 15:00:30 +01:00
Merge pull request #2583 from ManfredKarrer/increase-timeouts
Increase timeouts
This commit is contained in:
commit
3a9131d203
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue