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 5a79703 commit cc0da1bCopy full SHA for cc0da1b
crates/cli/src/commands/syn2mas.rs
@@ -221,6 +221,7 @@ impl Options {
221
222
// TODO how should we handle warnings at this stage?
223
224
+ // TODO this dry-run flag should be set to false in real circumstances !!!
225
let reader = SynapseReader::new(&mut syn_conn, true).await?;
226
let mut writer_mas_connections = Vec::with_capacity(NUM_WRITER_CONNECTIONS);
227
for _ in 0..NUM_WRITER_CONNECTIONS {
0 commit comments