Skip to content

Commit

Permalink
revert: 50ms
Browse files Browse the repository at this point in the history
  • Loading branch information
dlvhdr committed Jan 11, 2025
1 parent 63162d5 commit 34ad2b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ui/ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -960,8 +960,7 @@ func (m *Model) doRefreshAtInterval() tea.Cmd {
}

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

0 comments on commit 34ad2b7

Please sign in to comment.