mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-01-06 03:53:59 +02: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() {
|
go func() {
|
||||||
err := gui.fetch(g)
|
err := gui.fetch(g)
|
||||||
if err == nil {
|
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)
|
gui.goEvery(g, time.Second*10, gui.refreshFiles)
|
||||||
|
Loading…
Reference in New Issue
Block a user