mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 14:41:11 +00:00
Add cli param to limit database cache size (#1261)
* Add cli param to limit datbase cache size * fixing tests
This commit is contained in:
committed by
GitHub
parent
8606595a6d
commit
bd2a206e40
@@ -123,6 +123,7 @@ fn node_config<F: ServiceFactory> (
|
||||
network: network_config,
|
||||
keystore_path: root.join("key").to_str().unwrap().into(),
|
||||
database_path: root.join("db").to_str().unwrap().into(),
|
||||
database_cache_size: None,
|
||||
pruning: Default::default(),
|
||||
keys: keys,
|
||||
chain_spec: (*spec).clone(),
|
||||
|
||||
Reference in New Issue
Block a user