From 7fd159346fc5e338ce5569db6f4e11073199da61 Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Thu, 30 Jan 2025 19:37:20 +0000 Subject: [PATCH] Add TODO on dry-run flag in syn2mas tool --- crates/cli/src/commands/syn2mas.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/cli/src/commands/syn2mas.rs b/crates/cli/src/commands/syn2mas.rs index 3cde31623..1367cd854 100644 --- a/crates/cli/src/commands/syn2mas.rs +++ b/crates/cli/src/commands/syn2mas.rs @@ -221,6 +221,7 @@ impl Options { // TODO how should we handle warnings at this stage? + // TODO this dry-run flag should be set to false in real circumstances !!! let reader = SynapseReader::new(&mut syn_conn, true).await?; let mut writer_mas_connections = Vec::with_capacity(NUM_WRITER_CONNECTIONS); for _ in 0..NUM_WRITER_CONNECTIONS {