refactored name of CapThreshold to LowerCapLimit. Added comment to mention that floating point operations can lead to precision loss.
This commit is contained in:
parent
87bd8d7cf0
commit
41206dd82e
2 changed files with 6 additions and 5 deletions
|
@ -45,4 +45,4 @@ var Tolerance = 0.70
|
|||
var ConsiderationWindowSize = 20
|
||||
|
||||
// Threshold below which a host should be capped
|
||||
var CapThreshold = 12.5
|
||||
var LowerCapLimit = 12.5
|
||||
|
|
Reference in a new issue