Companion for #10177 (Make wasm runtime cache size configurable) (#4466)

* bind param runtime_cache_size

* upgrade substrate

* fix tests compilation
This commit is contained in:
Éloïs
2021-12-09 20:42:00 +01:00
committed by GitHub
parent 1e774d0f2e
commit 916497e5db
6 changed files with 169 additions and 163 deletions
+1
View File
@@ -188,6 +188,7 @@ pub fn node_config(
tracing_targets: None,
tracing_receiver: Default::default(),
max_runtime_instances: 8,
runtime_cache_size: 2,
announce_block: true,
base_path: Some(base_path),
informant_output_format: Default::default(),