diff --git a/internal/outpost/ak/api_ws.go b/internal/outpost/ak/api_ws.go index 767f032fa..6bdc41fcd 100644 --- a/internal/outpost/ak/api_ws.go +++ b/internal/outpost/ak/api_ws.go @@ -116,7 +116,7 @@ func (ac *APIController) startWSHealth() { func (ac *APIController) startIntervalUpdater() { logger := ac.logger.WithField("loop", "interval-updater") - ticker := time.NewTicker(time.Second * 150) + ticker := time.NewTicker(5 * time.Minute) for ; true; <-ticker.C { err := ac.Server.Refresh() if err != nil {