Skip to content

Commit a866a9a

Browse files
committed
revert: debug interval
1 parent ac5d822 commit a866a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/ui.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -960,7 +960,7 @@ func (m *Model) doRefreshAtInterval() tea.Cmd {
960960
}
961961

962962
return tea.Tick(
963-
time.Second*30,
963+
time.Minute*time.Duration(m.ctx.Config.Defaults.RefetchIntervalMinutes),
964964
func(t time.Time) tea.Msg {
965965
return intervalRefresh(t)
966966
},

0 commit comments

Comments
 (0)