Add catch blocks at bootstrap node

This commit is contained in:
Manfred Karrer 2015-05-05 00:17:33 +02:00
parent b168833182
commit 04b41237bb
2 changed files with 26 additions and 9 deletions

View file

@ -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");