@stephen-shopopop/node-metrics
    Preparing search index...

    Variable MAX_EVENT_LOOP_DELAYConst

    MAX_EVENT_LOOP_DELAY: 1000 = 1e3

    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.