Skip to content

Commit

Permalink
Disable dpll registerSubscriber
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdrichard committed Jun 20, 2024
1 parent 924d044 commit 2497e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/daemon/dpll/dpll.go
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ func (d *DpllConfig) MonitorProcess(processCfg config.ProcessConfig) {
dpll: d,
id: fmt.Sprintf("%s-%x", event.DPLL, d.clockId),
})
d.registerAllSubscriber()
//d.registerAllSubscriber()
}

func (d *DpllConfig) unRegisterAllSubscriber() {
Expand Down

0 comments on commit 2497e0c

Please sign in to comment.