mirror of
https://github.com/jesseduffield/lazygit.git
synced 2024-12-04 10:34:55 +02:00
92f0aa23cc
Now that we refresh upon focus, we can scrap this file watching code. Stefan says few git UIs use file watching, and I understand why: the reason this code was problematic in the first place is that watching files is expensive and if you have too many open file handles that can cause problems. Importantly: this code that's being removed was _already_ dead. |
||
---|---|---|
.. | ||
common_commands.go | ||
common.go | ||
context.go | ||
keybindings.go | ||
modes.go | ||
ref.go | ||
refresh.go | ||
rendering.go | ||
search_state.go | ||
suggestion.go | ||
views.go |