Skip to content

Commit

Permalink
MB-45461 Increase planner variation threshold to 25%
Browse files Browse the repository at this point in the history
Change-Id: Ia1678c937a3e2619e5fb4cdec211f14115676bc3
  • Loading branch information
varunv-cb committed May 6, 2021
1 parent 330613e commit c0e07ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions secondary/common/config.go
Expand Up @@ -2705,9 +2705,9 @@ var SystemConfig = Config{
false, // case-insensitive
},
"indexer.planner.variationThreshold": ConfigValue{
0.01,
"acceptance threshold on resource variation. 0.01 means 1% variation from mean.",
0.01,
0.25,
"acceptance threshold on resource variation. 0.25 means 25% variation from mean.",
0.25,
false, // mutable
false, // case-insensitive
},
Expand Down

0 comments on commit c0e07ee

Please sign in to comment.