add config option for k-choices rebalance interval
This commit is contained in:
parent
ecb127e6af
commit
b111515178
2 changed files with 5 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue