Renamed config param for node update check internal

This commit is contained in:
Juan Font Alonso
2022-07-12 12:52:03 +02:00
parent 8e0939f403
commit 5b5298b025
4 changed files with 14 additions and 14 deletions

View File

@@ -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,