Skip to content

Commit

Permalink
Revert "Change default value for TCP_SHRINK_WINDOW to true"
Browse files Browse the repository at this point in the history
  • Loading branch information
hmusum authored Aug 26, 2024
1 parent 0811006 commit f90bce3
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 @@ -548,7 +548,7 @@ public class Flags {
TENANT_ID, APPLICATION, INSTANCE_ID);

public static final UnboundBooleanFlag TCP_SHRINK_WINDOW = defineFeatureFlag(
"tcp-shrink-window", true,
"tcp-shrink-window", false,
List.of("hmusum"), "2024-08-14", "2024-09-14",
"Whether to enable sysctl setting net.ipv4.tcp_shrink_window, default false",
"Takes effect on next host-admin run");
Expand Down

0 comments on commit f90bce3

Please sign in to comment.