You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am on ubuntu 22.04 and I wanted to get better perf on bigger repos with git config core.fsmonitor se to true.
When I do that, ungit receives Event: git-directory-changed in the browser every second and that causes a lot of CPU usage each time.
I will disable core.fsmonitor for now, but it would be awesome if ungit was compatible with this new git config introduced in git 2.37.
The text was updated successfully, but these errors were encountered:
I am on ubuntu 22.04 and I wanted to get better perf on bigger repos with
git config core.fsmonitor
se to true.When I do that, ungit receives Event: git-directory-changed in the browser every second and that causes a lot of CPU usage each time.
I will disable
core.fsmonitor
for now, but it would be awesome if ungit was compatible with this new git config introduced in git 2.37.The text was updated successfully, but these errors were encountered: