add config option for k-choices rebalance interval

This commit is contained in:
Trolli Schmittlauch 2020-10-06 16:01:29 +02:00
parent ecb127e6af
commit b111515178
2 changed files with 5 additions and 1 deletions

View file

@ -459,6 +459,8 @@ data FediChordConf = FediChordConf
-- ^ fraction of capacity below which a node considers itself underloaded
, confKChoicesMaxVS :: Word8
-- ^ upper limit of vserver index κ
, confKChoicesRebalanceInterval :: Int
-- ^ interval between vserver rebalance attempts
}
deriving (Show, Eq)