Commit 566bff83 authored by Joshua Gutow's avatar Joshua Gutow Committed by GitHub

Merge pull request #8545 from roberto-bayardo/patch-2

make shadow compressor the default compressor type
parents 5c44c9e9 d6dec8ca
......@@ -38,7 +38,7 @@ func CLIFlags(envPrefix string) []cli.Flag {
Name: KindFlagName,
Usage: "The type of compressor. Valid options: " + strings.Join(KindKeys, ", "),
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