diff --git a/config/config.toml.example b/config/config.toml.example index f0be6cbca3c91..b154ae3be4877 100644 --- a/config/config.toml.example +++ b/config/config.toml.example @@ -38,9 +38,6 @@ oom-action = "log" # Set the memory quota for a query in bytes. Default: 32GB mem-quota-query = 34359738368 -# Enable coprocessor streaming. -enable-streaming = false - # Enable batch commit for the DMLs. enable-batch-dml = false