Add TODO on dry-run flag in syn2mas tool

This commit is contained in:
Olivier 'reivilibre
2025-01-30 19:37:20 +00:00
parent d2f3b56cd0
commit 7fd159346f

View File

@@ -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 {