added a constant called CapThreshold that defines the lower limit below which we shouldn't cap a node.
This commit is contained in:
parent
ccbe7a14b7
commit
d5d3c87ff2
1 changed files with 3 additions and 0 deletions
|
@ -43,3 +43,6 @@ var Tolerance = 0.70
|
|||
|
||||
// Window size for running average
|
||||
var ConsiderationWindowSize = 20
|
||||
|
||||
// Threshold below which a host should be capped
|
||||
var CapThreshold = 12.5
|
||||
|
|
Reference in a new issue