Skip to content

Commit

Permalink
revert: debug interval
Browse files Browse the repository at this point in the history
  • Loading branch information
dlvhdr committed Dec 20, 2024
1 parent ac5d822 commit a866a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -960,7 +960,7 @@ func (m *Model) doRefreshAtInterval() tea.Cmd {
}

return tea.Tick(
time.Second*30,
time.Minute*time.Duration(m.ctx.Config.Defaults.RefetchIntervalMinutes),
func(t time.Time) tea.Msg {
return intervalRefresh(t)
},
Expand Down

0 comments on commit a866a9a

Please sign in to comment.