Skip to content

Commit

Permalink
Rename feature flag command line argument
Browse files Browse the repository at this point in the history
changelog_begin
changelog_end
  • Loading branch information
nmarton-da committed Jul 19, 2021
1 parent d56ba68 commit 6b9da61
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ object Config {
.action((_, config) => config.copy(enableInMemoryFanOutForLedgerApi = true))

// TODO ha: remove after stable
opt[Unit]("experimental-index-ha")
opt[Unit]("index-ha-unsafe")
.optional()
.hidden()
.text(
Expand Down

0 comments on commit 6b9da61

Please sign in to comment.