summaryrefslogtreecommitdiff
path: root/constants/constants.go
diff options
context:
space:
mode:
authorWill Hawkins <[email protected]>2022-03-18 21:20:30 -0400
committerWill Hawkins <[email protected]>2022-03-18 21:20:30 -0400
commit6e5711a1136ae5ed2e0533f1a5d39bb71fb668b5 (patch)
tree87c09b643d13bfbe9c68d3336a87cd04d6856ab6 /constants/constants.go
parent8047ec2a26a1c3120b8104318e3c573ac7df9938 (diff)
Make sure that we format with short lines.
Diffstat (limited to 'constants/constants.go')
-rw-r--r--constants/constants.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/constants/constants.go b/constants/constants.go
index 436dd3b..a94c777 100644
--- a/constants/constants.go
+++ b/constants/constants.go
@@ -5,7 +5,8 @@ import "time"
var (
// The initial number of connections on a LBC.
StartingNumberOfLoadBearingConnections uint64 = 4
- // The number of intervals for which to account in a moving-average calculation.
+ // The number of intervals for which to account in a moving-average
+ // calculation.
MovingAverageIntervalCount int = 4
// The number of intervals across which to consider a moving average stable.
MovingAverageStabilitySpan int = 4