added a constant called CapThreshold that defines the lower limit below which we shouldn't cap a node.

This commit is contained in:
Pradyumna Kaushik 2017-02-15 19:15:18 -05:00
parent ccbe7a14b7
commit d5d3c87ff2

View file

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