Increase SOCKET_TIMEOUT to 6 min

This commit is contained in:
chimp1984 2020-11-04 12:30:33 -05:00
parent 4bececeb4c
commit b002c93d78
No known key found for this signature in database
GPG key ID: 9801B4EC591F90E3
2 changed files with 2 additions and 2 deletions

View file

@ -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;

View file

@ -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;