diff --git a/tidb-configuration-file.md b/tidb-configuration-file.md
index 706a66ce6ea29..9f030580c49ae 100644
--- a/tidb-configuration-file.md
+++ b/tidb-configuration-file.md
@@ -733,12 +733,21 @@ Configuration items related to opentracing.reporter.
> **Warning:**
>
-> This configuration might be deprecated in future versions. **DO NOT** change the value of this configuration.
+> This configuration parameter might be deprecated in future versions. **DO NOT** change the value of it.
+ The timeout of a single Coprocessor request.
+ Default value: `60`
+ Unit: second
+### `enable-replica-selector-v2` New in v8.0.0
+
+> **Warning:**
+>
+> This configuration parameter might be deprecated in future versions. **DO NOT** change the value of it.
+
++ Whether to use the new version of the Region replica selector when sending RPC requests to TiKV.
++ Default value: `true`
+
## tikv-client.copr-cache New in v4.0.0
This section introduces configuration items related to the Coprocessor Cache feature.