Function setDefaultMaxExecutionTime

  • Set the idle timeout fallback simulated maximum execution time, used when the runtime doesn't support requestIdleTimeout to simulate the IdleDeadline timeRemaining value. This value is used as the base time of the IdleDeadline.timeRemaining less the start time the callback was called. Defaults to 50ms.

    Parameters

    • maxTime: number

      The maximum execution time in milliseconds.

    Returns void

    Since

    0.4.4