| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
FilesWatcher already has debounce internally, a much simpler solution would be to change / add a debounce key to something global instead of the file name:
Sorry, something went wrong.
|
I agree, and I actually tried that already (main...matthieusieben:node:patch-4) However, as explained in the original issue, this implementation does more than fixing the debounce. It also prevents the app from restarting too many times. |
Sorry, something went wrong.
|
This solution is not only more complex, it also adds async ticks to the processing of the event, which might cause un-necessary restarts. #51992 is the way. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Alternate implementation of #51971