From 1c1de4d71cd071d827da6da15aaddc81346f2a31 Mon Sep 17 00:00:00 2001 From: Feng Liyuan Date: Sat, 14 Nov 2020 01:22:25 +0800 Subject: [PATCH] cherry pick #20760 to release-3.0 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