mirror of
https://github.com/haveno-dex/haveno.git
synced 2024-10-01 01:35:48 -04:00
increase wallet sync progress timeout to 60s
This commit is contained in:
parent
ddee87f85d
commit
5ca9cb8dff
@ -164,7 +164,7 @@ public class XmrWalletService {
|
|||||||
private TaskLooper syncProgressLooper;
|
private TaskLooper syncProgressLooper;
|
||||||
private CountDownLatch syncProgressLatch;
|
private CountDownLatch syncProgressLatch;
|
||||||
private Timer syncProgressTimeout;
|
private Timer syncProgressTimeout;
|
||||||
private static final int SYNC_PROGRESS_TIMEOUT_SECONDS = 45;
|
private static final int SYNC_PROGRESS_TIMEOUT_SECONDS = 60;
|
||||||
|
|
||||||
// wallet polling and cache
|
// wallet polling and cache
|
||||||
private TaskLooper pollLooper;
|
private TaskLooper pollLooper;
|
||||||
|
Loading…
Reference in New Issue
Block a user