Skip to content

Commit 609b25e

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

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

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

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

markdown-pages/en/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 @@ 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)