Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
fix node test Configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardoaraujor committed Sep 6, 2022
1 parent b06c42a commit 3f59103
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion node/test/service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ pub fn node_config(
keystore: KeystoreConfig::InMemory,
keystore_remote: Default::default(),
database: DatabaseSource::RocksDb { path: root.join("db"), cache_size: 128 },
trie_cache_maximum_size: Some(64 * 1024 * 1024),
state_cache_size: 16777216,
state_cache_child_ratio: None,
state_pruning: Default::default(),
blocks_pruning: BlocksPruning::All,
chain_spec: Box::new(spec),
Expand Down

0 comments on commit 3f59103

Please sign in to comment.