Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Option to change refresh rate/frequency #894
Comments
|
For anybody who might want to tackle this, we currently refresh files/submodules every 10 seconds, and we re-fetch every 60 seconds. These could be made into configurable times. They're currently hardcoded in Worth noting that I tried getting file watching working again recently but couldn't find a way around the issue where you get an error due to too many files being watched. |


Is your feature request related to a problem? Please describe.
I find myself having to manually refresh too often. I would like lazygit to refresh automatically more frequently.
Describe the solution you'd like
An option to change to refresh rate/frequency.
Describe alternatives you've considered
Additional context