Variable: DEFAULT_MAX_PROVIDER_OBJECT_KEY_BYTES
const DEFAULT_MAX_PROVIDER_OBJECT_KEY_BYTES: 4096 = 4096;
Defined in: shared/utils/cloudKeyNormalization.ts:14
Default maximum size budget for provider object keys.
Remarksโ
This is intentionally generous. It is primarily a defense-in-depth guard against pathological inputs that can cause excessive memory or filesystem overhead.