Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghazanfar Ali committed Jan 1, 2020
1 parent f206aad commit 93f15ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/hostfrequencyscaling/hostfrequencyscaling.go
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ func (hfs *HFS) mutateCPUFreq(m lib.Event) {
}
me := m.Data().(*core.MutationEvent)

enforceLowFreqScaler := hfs.cfg.ThrottleRetention()
enforceLowFreqScaler := hfs.cfg.GetThrottleRetention()

if enforceLowFreqScaler == true {
switch me.Mutation[1] {
Expand Down

0 comments on commit 93f15ed

Please sign in to comment.