Renamed config param for node update check internal
This commit is contained in:
parent
8e0939f403
commit
5b5298b025
4 changed files with 14 additions and 14 deletions
2
poll.go
2
poll.go
|
|
@ -639,7 +639,7 @@ func (h *Headscale) scheduledPollWorker(
|
|||
machine *Machine,
|
||||
) {
|
||||
keepAliveTicker := time.NewTicker(keepAliveInterval)
|
||||
updateCheckerTicker := time.NewTicker(h.cfg.ChangesCheckInterval)
|
||||
updateCheckerTicker := time.NewTicker(h.cfg.NodeUpdateCheckInterval)
|
||||
|
||||
defer closeChanWithLog(
|
||||
updateChan,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue