mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 23:56:24 -04:00
Forgot to set the git fetch timeout back to 60s
This commit is contained in:
parent
9da1382e09
commit
d91493b587
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue