From bc6c409c14629b6edd089fcfc0f7aab99d3caf18 Mon Sep 17 00:00:00 2001 From: dbsid Date: Wed, 21 Apr 2021 15:08:32 +0800 Subject: [PATCH] no server.request-batch-enable-cross-command in v5.0.0 same as pr 5414, the parameter is obsolete in v5.0.0 --- benchmark/v5.0-performance-benchmarking-with-tpcc.md | 1 - 1 file changed, 1 deletion(-) diff --git a/benchmark/v5.0-performance-benchmarking-with-tpcc.md b/benchmark/v5.0-performance-benchmarking-with-tpcc.md index 45054aee62c94..d9477ffe96f28 100644 --- a/benchmark/v5.0-performance-benchmarking-with-tpcc.md +++ b/benchmark/v5.0-performance-benchmarking-with-tpcc.md @@ -90,7 +90,6 @@ readpool.unified.max-thread-count: 20 readpool.unified.min-thread-count: 5 rocksdb.max-background-jobs: 8 server.grpc-concurrency: 6 -server.request-batch-enable-cross-command: false storage.scheduler-worker-pool-size: 20 ```