Skip to content

Commit

Permalink
Set default value for distribution bits in dev to 16
Browse files Browse the repository at this point in the history
  • Loading branch information
hmusum committed Jan 17, 2025
1 parent 46ab3aa commit 07e2653
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 07e2653

Please sign in to comment.