mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 15:46:26 -04:00
decrease frequency of refreshing files because it's causing index lock errors
This commit is contained in:
parent
a4beabf4b9
commit
276ac3a92e
|
|
@ -534,7 +534,7 @@ func (gui *Gui) Run() error {
|
|||
})
|
||||
}
|
||||
}()
|
||||
gui.goEvery(g, time.Second*2, gui.refreshFiles)
|
||||
gui.goEvery(g, time.Second*10, gui.refreshFiles)
|
||||
gui.goEvery(g, time.Millisecond*50, gui.updateLoader)
|
||||
gui.goEvery(g, time.Millisecond*50, gui.renderAppStatus)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue