Both gitwatchd status and opening the mac menu bar will tend to get slow when many repos are being watched. This needs some scoping to fix properly, potential mitigations:
- Use a faster git command that does something narrower
- Only show the first N repos
- Cache the result somewhere
Both
gitwatchd statusand opening the mac menu bar will tend to get slow when many repos are being watched. This needs some scoping to fix properly, potential mitigations: