mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-09 06:42:57 +00:00
fix: disable on compaction
Signed-off-by: evenyag <realevenyag@gmail.com>
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user