[companion for #13701] Statement-store (#6995)

* Set data_path

* update lockfile for {"substrate"}

---------

Co-authored-by: parity-processbot <>
This commit is contained in:
Arkadiy Paronyan
2023-05-04 13:03:30 +02:00
committed by GitHub
parent 97717e83dc
commit cf0af0424e
2 changed files with 205 additions and 184 deletions
+203 -183
View File
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -210,7 +210,8 @@ pub fn node_config(
max_runtime_instances: 8, max_runtime_instances: 8,
runtime_cache_size: 2, runtime_cache_size: 2,
announce_block: true, announce_block: true,
base_path: Some(base_path), data_path: root,
base_path,
informant_output_format: Default::default(), informant_output_format: Default::default(),
} }
} }