Tweaked snapshot params (#6344)

This commit is contained in:
Arkadiy Paronyan
2017-08-22 11:24:56 +02:00
committed by GitHub
parent b4d3f78d67
commit d41dd13918
6 changed files with 29 additions and 13 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)))
}
}