Skip to content

Commit

Permalink
Update LeadershipTimout from 30s to 45s
Browse files Browse the repository at this point in the history
Signed-off-by: zhangl <zhangl@us.ibm.com>
  • Loading branch information
LiilyZhang committed Feb 14, 2022
1 parent 92361ad commit 7ef3963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,7 @@ func SetDefaultConfig(config *Config) {
config.ListeningAddress = ""
config.SecureListeningPort = 8443
config.UnsecureListeningPort = 8080
config.LeadershipTimeout = 30
config.LeadershipTimeout = 45
config.VerifyQueueBufferSize = 500
config.AuthenticationHandler = "dummy"
config.CSSOnWIoTP = false
Expand Down

0 comments on commit 7ef3963

Please sign in to comment.