mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Fix wrong delay, increase timeout
This commit is contained in:
parent
a9802e60cd
commit
d39a697611
@ -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 = 180;
|
||||
|
||||
private final NetworkNode networkNode;
|
||||
private final NodeAddress nodeAddress;
|
||||
|
@ -104,7 +104,7 @@ import static com.google.common.base.Preconditions.checkNotNull;
|
||||
@Slf4j
|
||||
public class MailboxMessageService implements SetupListener, RequestDataManager.Listener, HashMapChangedListener,
|
||||
PersistedDataHost {
|
||||
private static final long REPUBLISH_DELAY_SEC = TimeUnit.SECONDS.toSeconds(2);
|
||||
private static final long REPUBLISH_DELAY_SEC = TimeUnit.MINUTES.toSeconds(2);
|
||||
|
||||
private final EncryptionService encryptionService;
|
||||
private final IgnoredMailboxService ignoredMailboxService;
|
||||
|
Loading…
Reference in New Issue
Block a user