Skip to content

Commit 1682aea

Browse files
committed
address the comment
Signed-off-by: Ryan Leung <[email protected]>
1 parent ee77cde commit 1682aea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system-variables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6059,8 +6059,8 @@ For details, see [Identify Slow Queries](/identify-slow-queries.md).
60596059
- Persists to cluster: Yes
60606060
- Applies to hint [SET_VAR](/optimizer-hints.md#set_varvar_namevar_value): No
60616061
- Default value: `0`
6062-
- Range: `[0, 100]`
6063-
- This variable controls whether TiDB triggers the circuit breaker according to the error rate percentage of the specific requests sending to PD.
6062+
- Range: `[0, 1]`
6063+
- This variable is used to control when TiDB triggers the circuit breaker. If set to 0 (the default) then the circuit breaker is disabled. If the variable is set to 0.01 to 1 then the circuit breaker is triggered if the error rate percentage, of the specific requests sent to PD, meets or exceeds the threshold.
60646064
60656065
### tidb_ttl_delete_rate_limit <span class="version-mark">New in v6.5.0</span>
60666066

0 commit comments

Comments
 (0)