Skip to content

Commit

Permalink
Merge pull request #33129 from vespa-engine/hmusum/change-default-val…
Browse files Browse the repository at this point in the history
…ue-2

Set default value for distribution bits in dev to 16
  • Loading branch information
hmusum authored Jan 17, 2025
2 parents 46ab3aa + 07e2653 commit e73f155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flags/src/main/java/com/yahoo/vespa/flags/Flags.java
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ public class Flags {
"Takes effect immediately");

public static final UnboundIntFlag DISTRIBUTION_BITS_IN_DEV = defineIntFlag(
"distribution-bits-in-dev", 0,
"distribution-bits-in-dev", 16,
List.of("hmusum", "vekterli"), "2025-01-06", "2025-02-01",
"If non-zero, override number of distribution bits to use in dev zone in hosted Vespa for an application.",
"Takes effect at redeployment",
Expand Down

0 comments on commit e73f155

Please sign in to comment.