next.js
bf2ad52d - Batch ipc info messages to improve performance. (#78522)

Commit
269 days ago
Batch ipc info messages to improve performance. (#78522) Batch the dependency messages sent from our nodejs worker process. Some large projects using tailwind may report thousands of dependencies which can cause the node process to hang due to memory pressure. We are addressing the memory pressure issue independently in #78462, but by reducing the number of small packets we can also improve performance.
Author
Parents
Loading