Compare commits
1 commit
main
...
increase_s
Author | SHA1 | Date | |
---|---|---|---|
|
2ca7b4b78b |
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ import monero.wallet.model.MoneroWalletListener;
|
|||
public class XmrWalletBase {
|
||||
|
||||
// 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;
|
||||
|
||||
// inherited
|
||||
|
|
Loading…
Reference in a new issue