mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-10-01 01:35:48 -04:00
increase sync progress timeout to 120s
This commit is contained in:
parent
11c0f7613b
commit
2ca7b4b78b
@ -27,7 +27,7 @@ import monero.wallet.model.MoneroWalletListener;
|
|||||||
public class XmrWalletBase {
|
public class XmrWalletBase {
|
||||||
|
|
||||||
// constants
|
// constants
|
||||||
public static final int SYNC_PROGRESS_TIMEOUT_SECONDS = 60;
|
public static final int SYNC_PROGRESS_TIMEOUT_SECONDS = 120;
|
||||||
public static final int DIRECT_SYNC_WITHIN_BLOCKS = 100;
|
public static final int DIRECT_SYNC_WITHIN_BLOCKS = 100;
|
||||||
|
|
||||||
// inherited
|
// inherited
|
||||||
|
Loading…
Reference in New Issue
Block a user