We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb61f7c commit 39bd87dCopy full SHA for 39bd87d
pkg/gui/background.go
@@ -53,9 +53,6 @@ func (self *BackgroundRoutineMgr) startBackgroundFetch(refreshInterval int) {
53
self.gui.waitForIntro.Wait()
54
55
isNew := self.gui.IsNewRepo
56
- if !isNew {
57
- time.After(time.Second * time.Duration(refreshInterval))
58
- }
59
err := self.backgroundFetch()
60
if err != nil && strings.Contains(err.Error(), "exit status 128") && isNew {
61
_ = self.gui.c.Alert(self.gui.c.Tr.NoAutomaticGitFetchTitle, self.gui.c.Tr.NoAutomaticGitFetchBody)
0 commit comments