Skip to content

Commit

Permalink
Merge pull request #102 from LiilyZhang/leaderChangeTimeout
Browse files Browse the repository at this point in the history
Update LeadershipTimout from 30s to 45s
  • Loading branch information
linggao authored Feb 14, 2022
2 parents 92361ad + 7ef3963 commit c9fb6a9
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 c9fb6a9

Please sign in to comment.