[beta] Backporting (#6352)

* Better check the created accounts before showing Startup Wizard

* Tweaked snapshot params
This commit is contained in:
Arkadiy Paronyan
2017-08-22 15:51:01 +02:00
committed by GitHub
parent 7bf840f80a
commit f90bdcd1e5
7 changed files with 47 additions and 20 deletions

View File

@@ -56,7 +56,7 @@ use signer;
use url;
// how often to take periodic snapshots.
const SNAPSHOT_PERIOD: u64 = 10000;
const SNAPSHOT_PERIOD: u64 = 5000;
// how many blocks to wait before starting a periodic snapshot.
const SNAPSHOT_HISTORY: u64 = 100;