increase sync progress timeout to 120s

This commit is contained in:
woodser 2024-09-30 03:56:34 -04:00
parent 8696c71051
commit ea3f099df7

View file

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