[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

@@ -62,6 +62,6 @@ impl Engine for NullEngine {
}
fn snapshot_components(&self) -> Option<Box<::snapshot::SnapshotComponents>> {
Some(Box::new(::snapshot::PowSnapshot(10000)))
Some(Box::new(::snapshot::PowSnapshot::new(10000, 10000)))
}
}