Skip to content

Commit 4714cd9

Browse files
author
github-actions
committed
update MD by dispatch event pingcap/docs-cn master
1 parent 609b25e commit 4714cd9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

markdown-pages/zh/tidb/master/pd-configuration-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ PD 配置文件比命令行参数支持更多的选项。你可以在 [conf/conf
7474
### `lease`
7575

7676
+ PD Leader Key 租约超时时间,超时系统重新选举 Leader。
77-
+ 默认值:3
77+
+ 默认值:从 v8.5.2 版本开始,默认值为 5。在 v8.5.2 版本之前,默认值为 3。
7878
+ 单位:秒
7979

8080
### `quota-backend-bytes`

markdown-pages/zh/tidb/master/releases/release-8.5.2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ TiDB 版本:8.5.2
9595
- 修复设置 `tidb_enable_tso_follower_proxy` 系统变量可能不生效的问题 [#8947](https://github.com/tikv/pd/issues/8947) @[JmPotato](https://github.com/JmPotato)
9696
- 修复当某个 PD 节点不是 Leader 时,仍可能生成 TSO 的问题 [#9051](https://github.com/tikv/pd/issues/9051) @[rleungx](https://github.com/rleungx)
9797
- 修复 PD Leader 切换过程中,Region syncer 未能及时退出的问题 [#9017](https://github.com/tikv/pd/issues/9017) @[rleungx](https://github.com/rleungx)
98+
- 修复 `lease` 默认值未被正确设置的问题 [#9156](https://github.com/tikv/pd/issues/9156) @[rleungx](https://github.com/rleungx)
9899

99100
+ TiFlash
100101

0 commit comments

Comments
 (0)