jesseduffield / jesseduffield/lazygit
Background fetch causes freeze for roughly a second
Open
bug
- Dominant language
- Go
- Stars
- 82.4k
- Forks
- 3k
- Avg merge
- 2d 18h
- Merged PRs (30d)
- 19
Description
**Describe the bug**
If you set this in your config:
```yml
refresher:
fetchInterval: 1
```
And then just navigate around lazygit e.g. navigating through the list of commits, you'll notice just how frequently lazygit pauses as part of a fetch, blocking the UI thread. This is super annoying!
The background fetch should not have this big of an impact on the UI
Contributor guide
Assessment
This issue has not been assessed yet.