mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Increase SOCKET_TIMEOUT to 6 min
This commit is contained in:
parent
4bececeb4c
commit
b002c93d78
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ import org.jetbrains.annotations.NotNull;
|
|||
|
||||
@Slf4j
|
||||
public class GetDataRequestHandler {
|
||||
private static final long TIMEOUT = 180;
|
||||
private static final long TIMEOUT = 360;
|
||||
|
||||
private static final int MAX_ENTRIES = 10000;
|
||||
|
||||
|
|
|
@ -53,7 +53,7 @@ import org.jetbrains.annotations.Nullable;
|
|||
|
||||
@Slf4j
|
||||
class RequestDataHandler implements MessageListener {
|
||||
private static final long TIMEOUT = 180;
|
||||
private static final long TIMEOUT = 360;
|
||||
|
||||
private NodeAddress peersNodeAddress;
|
||||
private String getDataRequestType;
|
||||
|
|
Loading…
Add table
Reference in a new issue