We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51705a2 commit 03809adCopy full SHA for 03809ad
crates/cli/src/commands/syn2mas.rs
@@ -216,6 +216,7 @@ impl Options {
216
217
// TODO how should we handle warnings at this stage?
218
219
+ // TODO this dry-run flag should be set to false in real circumstances !!!
220
let reader = SynapseReader::new(&mut syn_conn, true).await?;
221
let mut writer_mas_connections = Vec::with_capacity(NUM_WRITER_CONNECTIONS);
222
for _ in 0..NUM_WRITER_CONNECTIONS {
0 commit comments