The maximum allowed event loop delay in milliseconds.
This constant is used to define the upper threshold for acceptable event loop lag.
If the event loop delay exceeds this value (1000 ms), it may indicate performance issues
or blocking operations in the Node.js process.
The maximum allowed event loop delay in milliseconds.
This constant is used to define the upper threshold for acceptable event loop lag. If the event loop delay exceeds this value (1000 ms), it may indicate performance issues or blocking operations in the Node.js process.