Commit d6dec8ca authored by Roberto Bayardo's avatar Roberto Bayardo Committed by GitHub

make shadow compressor the default compressor type

parent b7bd4f66
...@@ -38,7 +38,7 @@ func CLIFlags(envPrefix string) []cli.Flag { ...@@ -38,7 +38,7 @@ func CLIFlags(envPrefix string) []cli.Flag {
Name: KindFlagName, Name: KindFlagName,
Usage: "The type of compressor. Valid options: " + strings.Join(KindKeys, ", "), Usage: "The type of compressor. Valid options: " + strings.Join(KindKeys, ", "),
EnvVars: opservice.PrefixEnvVar(envPrefix, "COMPRESSOR"), EnvVars: opservice.PrefixEnvVar(envPrefix, "COMPRESSOR"),
Value: RatioKind, Value: ShadowKind,
}, },
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment