@bluelibs/runner - v6.3.1
    Preparing search index...

    Interface CycleDetectionOptions

    User-facing cycle-detection overrides for resources.executionContext.

    interface CycleDetectionOptions {
        maxDepth?: number;
        maxRepetitions?: number;
    }
    Index

    Properties

    maxDepth?: number

    Overrides the default maximum execution depth.

    maxRepetitions?: number

    Overrides the default frame repetition threshold.