Skip to content

Commit

Permalink
set pmcPollInterval
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdrichard committed Jun 19, 2024
1 parent 212e4fb commit 973b467
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/daemon/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func main() {
go lm.Run()
defer close(lm.Close)
}

go daemon.New(
nodeName,
daemon.PtpNamespace,
Expand Down
1 change: 1 addition & 0 deletions pkg/daemon/daemon/daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ func New(
pluginManager: pluginManager,
hwconfigs: hwconfigs,
refreshNodePtpDevice: refreshNodePtpDevice,
pmcPollInterval: pmcPollInterval,
}
}

Expand Down

0 comments on commit 973b467

Please sign in to comment.