Skip to content

Commit

Permalink
chore: disable dab in release 0.54 (#15450)
Browse files Browse the repository at this point in the history
Signed-off-by: Iris Simon <[email protected]>
  • Loading branch information
iwsimon authored Sep 12, 2024
1 parent 1c8d441 commit 49cee4f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ public record NodesConfig(
@ConfigProperty(defaultValue = "10") @NetworkProperty int maxGossipEndpoint,
@ConfigProperty(defaultValue = "8") @NetworkProperty int maxServiceEndpoint,
@ConfigProperty(defaultValue = "true") @NetworkProperty boolean gossipFqdnRestricted,
@ConfigProperty(defaultValue = "true") @NetworkProperty boolean enableDAB,
@ConfigProperty(defaultValue = "false") @NetworkProperty boolean enableDAB,
@ConfigProperty(defaultValue = "253") @NetworkProperty int maxFqdnSize,
@ConfigProperty(defaultValue = "false") @NetworkProperty boolean updateAccountIdAllowed) {}

0 comments on commit 49cee4f

Please sign in to comment.