next.js
416c1372 - Limit the number of concurrently open file watchers on macos (#73741)

Commit
1 year ago
Limit the number of concurrently open file watchers on macos (#73741) ### What? This adds a workaround for a Node.js bug on MacOS which causes closing file watchers to be really slow: https://github.com/nodejs/node/issues/29949 It was fixed before here: https://github.com/vercel/next.js/pull/51826 But accidentically removed here: https://github.com/vercel/next.js/commit/c5a8e0989ea13af8d04bf6dda8d741c79b964abb#diff-0ff576bd02e76f96680accff48ecbe4126a7f6bc4eafa547b6d44dee49bab770L88
Author
Parents
Loading