mirror of
https://github.com/SrIzan10/nodemon.git
synced 2026-05-01 10:55:09 +00:00
Fixes #1317 Originally a new Set was generated upon every individual file (or dir) watched. This typically doesn't take a long time, but if there's 10,000 files to watch, it's very, very slow. Moving this logic out to the ready event instead, cuts all the processing time of the watch right down.