Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
pasha-codefresh committed Feb 6, 2024
1 parent 502be54 commit ceda83d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const (
DefaultIngressThreads = 10

// DefaultLeaderElect is the default true leader election should be enabled
DefaultLeaderElect = false
DefaultLeaderElect = true

// DefaultLeaderElectionLeaseDuration is the default time in seconds that non-leader candidates will wait to force acquire leadership
DefaultLeaderElectionLeaseDuration = 15 * time.Second
Expand Down

0 comments on commit ceda83d

Please sign in to comment.