Skip to content

Commit 03809ad

Browse files
reivilibresandhose
authored andcommitted
NOTE
1 parent 51705a2 commit 03809ad

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
@@ -216,6 +216,7 @@ impl Options {
216216

217217
// TODO how should we handle warnings at this stage?
218218

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

0 commit comments

Comments
 (0)