Skip to content

Commit 781d688

Browse files
author
github-actions
committed
update MD by dispatch event pingcap/docs release-8.5
1 parent 4714cd9 commit 781d688

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

markdown-pages/en/tidb/release-8.5/pd-configuration-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ This document only describes parameters that are not included in command-line pa
7777
### `lease`
7878
7979
+ The timeout of the PD Leader Key lease. After the timeout, the system re-elects a Leader.
80-
+ Default value: `3`
80+
+ Default value: Starting from v8.5.2, the default value is `5`. Before v8.5.2, the default value is `3`.
8181
+ Unit: second
8282
8383
### `quota-backend-bytes`

markdown-pages/en/tidb/release-8.5/releases/release-8.5.2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ Quick access: [Quick start](https://docs.pingcap.com/tidb/v8.5/quick-start-with-
9595
- Fix the issue that the `tidb_enable_tso_follower_proxy` system variable might not take effect [#8947](https://github.com/tikv/pd/issues/8947) @[JmPotato](https://github.com/JmPotato)
9696
- Fix the issue that a PD node might still generate TSOs even when it is not the Leader [#9051](https://github.com/tikv/pd/issues/9051) @[rleungx](https://github.com/rleungx)
9797
- Fix the issue that Region syncer might not exit in time during the PD Leader switch [#9017](https://github.com/tikv/pd/issues/9017) @[rleungx](https://github.com/rleungx)
98+
- Fix the issue that the default value of `lease` is not correctly set [#9156](https://github.com/tikv/pd/issues/9156) @[rleungx](https://github.com/rleungx)
9899

99100
+ TiFlash
100101

0 commit comments

Comments
 (0)