diff --git a/src/cmd/src/bin/objbench.rs b/src/cmd/src/bin/objbench.rs index cac385ecce..3e7b74781f 100644 --- a/src/cmd/src/bin/objbench.rs +++ b/src/cmd/src/bin/objbench.rs @@ -185,7 +185,7 @@ impl Command { // Build write request let fulltext_index_config = FulltextIndexConfig { - create_on_flush: Mode::Disable, + create_on_compaction: Mode::Disable, ..Default::default() }; let write_opts = WriteOptions::default();