igcv3 - v1.1.0
    Preparing search index...

    Variable ConfigLimitsSchemaConst

    ConfigLimitsSchema: ZodObject<
        {
            maxCertDownloadBytes: ZodNumber;
            tlsConnectTimeoutMs: ZodNumber;
            maxChainDepth: ZodNumber;
            aiaStopOnRepeatedUrl: ZodBoolean;
        },
        "strip",
        ZodTypeAny,
        {
            maxCertDownloadBytes: number;
            tlsConnectTimeoutMs: number;
            maxChainDepth: number;
            aiaStopOnRepeatedUrl: boolean;
        },
        {
            maxCertDownloadBytes: number;
            tlsConnectTimeoutMs: number;
            maxChainDepth: number;
            aiaStopOnRepeatedUrl: boolean;
        },
    > = ...

    Security and performance limits schema