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
Disable certain fsNotifyWatchLog logging to prevent indefinite loops (#5856)
Disables certain entries written to `fsNotifyWatchLog` which cause
indefinite loops, CPU usage and disk trashing in watch mode.
Essentially:
- writing to watch log generates an event
- which then gets picked up by mill
- which gets written to watch log
- which then generates an event
Fixes#5843
0 commit comments