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

[companion for #13701] Statement-store #6995

Merged
merged 4 commits into from
May 4, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion node/test/service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@ pub fn node_config(
max_runtime_instances: 8,
runtime_cache_size: 2,
announce_block: true,
base_path: Some(base_path),
data_path: root,
base_path,
informant_output_format: Default::default(),
}
}
Expand Down