From 39e17236e4f759fdfa26660c9476528c82556faa Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Fri, 13 May 2022 19:50:05 -0400 Subject: [Refactor] Additional (general) refactoring. --- constants/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'constants') diff --git a/constants/constants.go b/constants/constants.go index 147b643..a015f14 100644 --- a/constants/constants.go +++ b/constants/constants.go @@ -9,7 +9,7 @@ var ( // calculation. MovingAverageIntervalCount int = 4 // The number of intervals across which to consider a moving average stable. - MovingAverageStabilitySpan int = 4 + MovingAverageStabilitySpan uint64 = 4 // The number of connections to add to a LBC when unsaturated. AdditiveNumberOfLoadGeneratingConnections uint64 = 4 // The cutoff of the percent difference that defines instability. -- cgit v1.2.3