mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-08-21 21:19:36 -04:00
Add catch blocks at bootstrap node
This commit is contained in:
parent
b168833182
commit
04b41237bb
2 changed files with 26 additions and 9 deletions
|
@ -62,7 +62,7 @@ import rx.Observable;
|
|||
class MainViewModel implements ViewModel {
|
||||
private static final Logger log = LoggerFactory.getLogger(MainViewModel.class);
|
||||
|
||||
private static final long BLOCKCHAIN_SYNC_TIMEOUT = 60000;
|
||||
private static final long BLOCKCHAIN_SYNC_TIMEOUT = 30000;
|
||||
|
||||
// BTC network
|
||||
final StringProperty blockchainSyncInfo = new SimpleStringProperty("Initializing");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue