disable chain compaction on archive nodes (#1498)

* disable chain compaction when in archive mode

* rustfmt
This commit is contained in:
Antioch Peverell
2018-09-10 15:59:42 +01:00
committed by GitHub
parent da87f5fef4
commit dbe53f63c8
6 changed files with 18 additions and 0 deletions
+1
View File
@@ -165,6 +165,7 @@ impl Server {
genesis.clone(),
pow::verify_size,
verifier_cache.clone(),
archive_mode,
)?);
pool_adapter.set_chain(Arc::downgrade(&shared_chain));