This commit is contained in:
Dominik Werder
2021-04-27 11:41:33 +02:00
parent bd9c231310
commit 0b40702b6c
12 changed files with 170 additions and 46 deletions

View File

@@ -32,11 +32,11 @@ pub async fn gen_test_data() -> Result<(), Error> {
big_endian: true,
compression: true,
},
time_spacing: MS * 2000,
time_spacing: MS * 1000,
};
ensemble.channels.push(chn);
}
for i1 in 0..13 {
for i1 in 0..3 {
let node = Node {
id: i1,
host: "localhost".into(),