Skip to content

Commit

Permalink
Only enabling this feature when the ClusterFeature is enabled. (#16479)
Browse files Browse the repository at this point in the history
  • Loading branch information
apetenchea committed Jul 1, 2022
1 parent fec357a commit fafd4a0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,6 @@ DocumentStateMachineFeature::DocumentStateMachineFeature(Server& server)
startsAfter<ClusterFeature>();
startsAfter<MaintenanceFeature>();
startsAfter<ReplicatedStateAppFeature>();
onlyEnabledWith<ClusterFeature>();
onlyEnabledWith<ReplicatedStateAppFeature>();
}

0 comments on commit fafd4a0

Please sign in to comment.