diff --git a/pkg/gui/gui.go b/pkg/gui/gui.go index 52826c4d7..69343a95d 100644 --- a/pkg/gui/gui.go +++ b/pkg/gui/gui.go @@ -453,7 +453,7 @@ func (gui *Gui) Run() error { go func() { err := gui.fetch(g) if err == nil { - gui.goEvery(g, time.Second*10, gui.fetch) + gui.goEvery(g, time.Second*60, gui.fetch) } }() gui.goEvery(g, time.Second*10, gui.refreshFiles)