From b310eb17059fd3f5115e574094c70b053a495033 Mon Sep 17 00:00:00 2001 From: ti-srebot <66930949+ti-srebot@users.noreply.github.com> Date: Thu, 10 Dec 2020 16:05:52 +0800 Subject: [PATCH] config: hide & deprecate enable-streaming (#20760) (#21054) Signed-off-by: ti-srebot --- config/config.toml.example | 3 --- 1 file changed, 3 deletions(-) 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