We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98276b5 commit 106554bCopy full SHA for 106554b
crates/top/rerun/src/commands/rrd/merge_compact.rs
@@ -28,7 +28,7 @@ impl MergeCommand {
28
// NOTE #1: We're doing headless processing, there's no point in running subscribers, it will just
29
// (massively) slow us down.
30
// NOTE #2: We do not want to modify the configuration of the original data in any way
31
- // (e.g. by recompacting it differenly), so make sure to disable all these features.
+ // (e.g. by recompacting it differently), so make sure to disable all these features.
32
let store_config = ChunkStoreConfig::ALL_DISABLED;
33
34
merge_and_compact(&store_config, path_to_input_rrds, path_to_output_rrd)
0 commit comments