From 378acf819081dad46c01973e7d9b3092a8ddf8cd Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 25 Feb 2025 02:53:16 +0000 Subject: [PATCH] update MD by dispatch event pingcap/docs master --- markdown-pages/en/tidb/master/system-variables.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/markdown-pages/en/tidb/master/system-variables.md b/markdown-pages/en/tidb/master/system-variables.md index 11b46b110..ab94187a7 100644 --- a/markdown-pages/en/tidb/master/system-variables.md +++ b/markdown-pages/en/tidb/master/system-variables.md @@ -2803,7 +2803,7 @@ Query OK, 0 rows affected (0.09 sec) > **Note:** > > - Suppose that the TSO RPC latency increases for reasons other than a CPU usage bottleneck of the PD leader (such as network issues). In this case, enabling the TSO Follower Proxy might increase the execution latency in TiDB and affect the QPS performance of the cluster. -> - This feature is incompatble with [`tidb_tso_client_rpc_mode`](#tidb_tso_client_rpc_mode-new-in-v840). If this feature is enabled, [`tidb_tso_client_rpc_mode`](#tidb_tso_client_rpc_mode-new-in-v840) does not take effect. +> - This feature is incompatible with [`tidb_tso_client_rpc_mode`](#tidb_tso_client_rpc_mode-new-in-v840). If this feature is enabled, [`tidb_tso_client_rpc_mode`](#tidb_tso_client_rpc_mode-new-in-v840) does not take effect. ### tidb_enable_unsafe_substitute New in v6.3.0