diff options
| author | Will Hawkins <[email protected]> | 2022-05-13 19:50:05 -0400 |
|---|---|---|
| committer | Will Hawkins <[email protected]> | 2022-05-13 19:50:05 -0400 |
| commit | 39e17236e4f759fdfa26660c9476528c82556faa (patch) | |
| tree | ff2a28f89ecd7ee6487fd3130f4533f597bf6822 /constants/constants.go | |
| parent | 89f26501e59095e1e6ac59cf158f6305e4e93389 (diff) | |
[Refactor] Additional (general) refactoring.
Diffstat (limited to 'constants/constants.go')
| -rw-r--r-- | constants/constants.go | 2 |
1 files changed, 1 insertions, 1 deletions
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. |
