This commit is contained in:
Eva Ho 2025-12-17 17:28:21 -05:00
parent ba25f4a898
commit 880b4f95b4
1 changed files with 1 additions and 2 deletions

View File

@ -290,8 +290,7 @@ func (u *Updater) StartBackgroundUpdaterChecker(ctx context.Context, cb func(str
go func() {
// Don't blast an update message immediately after startup
time.Sleep(UpdateCheckInitialDelay)
slog.Info("beginning update checker", "interval", UpdateCheckInterval)
slog.Info("beginning update checker", "interval", UpdateCheckInterval)
ticker := time.NewTicker(UpdateCheckInterval)
defer ticker.Stop()