refactored name of CapThreshold to LowerCapLimit. Added comment to mention that floating point operations can lead to precision loss.

This commit is contained in:
Pradyumna Kaushik 2017-03-09 19:20:13 -05:00
parent 87bd8d7cf0
commit 41206dd82e
2 changed files with 6 additions and 5 deletions

View file

@ -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