Reduce timeout

This commit is contained in:
chimp1984 2020-11-08 22:39:24 -05:00
parent 86a2045284
commit 69802e232d
No known key found for this signature in database
GPG key ID: 9801B4EC591F90E3

View file

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