Skip to content

Commit cc0da1b

Browse files
committed
Add TODO on dry-run flag in syn2mas tool
1 parent 5a79703 commit cc0da1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/cli/src/commands/syn2mas.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ impl Options {
221221

222222
// TODO how should we handle warnings at this stage?
223223

224+
// TODO this dry-run flag should be set to false in real circumstances !!!
224225
let reader = SynapseReader::new(&mut syn_conn, true).await?;
225226
let mut writer_mas_connections = Vec::with_capacity(NUM_WRITER_CONNECTIONS);
226227
for _ in 0..NUM_WRITER_CONNECTIONS {

0 commit comments

Comments
 (0)