Merge pull request #14099 from Dirc/main

Update link to tuning page
This commit is contained in:
Benjamin Wang 2022-06-08 16:46:16 +08:00 committed by GitHub
commit 29b964df25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,7 +97,7 @@ const (
DefaultStrictReconfigCheck = true
// maxElectionMs specifies the maximum value of election timeout.
// More details are listed in ../Documentation/tuning.md#time-parameters.
// More details are listed on etcd.io/docs > version > tuning/#time-parameters
maxElectionMs = 50000
// backend freelist map type
freelistArrayType = "array"