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