Skip to content

Commit

Permalink
Removes the RaftAPILeases feature flag, which no longer has any purpose.
Browse files Browse the repository at this point in the history
  • Loading branch information
manadart committed Oct 12, 2022
1 parent d25d918 commit 4aef717
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions feature/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,3 @@ const Generations = "generations"

// RawK8sSpec indicates that it's allowed to set k8s spec using raw yaml format.
const RawK8sSpec = "raw-k8s-spec"

// RaftAPILeases will switch all lease store management transport, currently
// handled by Pubsub to facade API interaction.
const RaftAPILeases = "raft-api-leases"

0 comments on commit 4aef717

Please sign in to comment.