Skip to content

Commit 2b59c86

Browse files
committed
Modify Configuration Online: change a name
1 parent 6d3cb5c commit 2b59c86

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

dynamic-config.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -272,9 +272,11 @@ For detailed parameter description, refer to [PD Configuration File](/pd-configu
272272

273273
### Modify TiDB configuration online
274274

275-
Currently, the method of changing TiDB configuration is different from that of changing TiKV and PD configurations. You can modify TiDB configuration by using [SQL variables](/system-variables.md).
275+
Currently, the method of changing TiDB configuration is different from that of changing TiKV and PD configurations. You can modify TiDB configuration by using [system variables](/system-variables.md).
276276

277-
The following example shows how to modify `slow-threshold` online by using the `tidb_slow_log_threshold` variable. The default value of `slow-threshold` is 200 ms. You can set it to 200 ms by using `tidb_slow_log_threshold`.
277+
The following example shows how to modify `slow-threshold` online by using the `tidb_slow_log_threshold` variable.
278+
279+
The default value of `slow-threshold` is 300 ms. You can set it to 200 ms by using `tidb_slow_log_threshold`.
278280

279281
{{< copyable "sql" >}}
280282

0 commit comments

Comments
 (0)