diff --git a/tiflash/tiflash-configuration.md b/tiflash/tiflash-configuration.md
index 0ba3b83c37c67..320abde433481 100644
--- a/tiflash/tiflash-configuration.md
+++ b/tiflash/tiflash-configuration.md
@@ -389,7 +389,7 @@ Note that the following parameters only take effect in TiFlash logs and TiFlash
##### `cop_pool_size` New in v5.0
-- Specifies the maximum number of cop requests that TiFlash Coprocessor executes at the same time. If the number of requests exceeds the specified value, the exceeded requests will queue. If the configuration value is set to `0` or not set, the default value is used, which is twice the number of physical cores.
+- Specifies the maximum number of cop requests that TiFlash Coprocessor can execute concurrently. When the number of requests exceeds this value but remains within 10 times the value, the exceeded requests are queued. When the number of requests exceeds 10 times this value, the exceeded requests are rejected by TiFlash. If the configuration value is set to `0` or not set, the default value is used, which is twice the number of physical cores.
- Default value: twice the number of physical cores
##### `cop_pool_handle_limit` New in v5.0