Skip to content

VaultLimits

Defined in: Vault.ts:79

Limits governing vault usage, derived from the license flag string.

Flag format: vault:{maxVaults}:{maxDocsPerVault}:{maxDocSizeKB} where 0 means unlimited.

Additional per-document limits (maxConvertedChars, maxChunksPerDoc) are tier-based defaults applied by the VaultManager.

PropertyModifierTypeDescriptionDefined in
maxChunksPerDocreadonlynumberMaximum chunks stored per document.Vault.ts:89
maxConvertedCharsreadonlynumberMaximum characters in converted markdown text.Vault.ts:87
maxDocSizeKBreadonlynumberMaximum file size in KB before conversion.Vault.ts:85
maxDocsPerVaultreadonlynumberMaximum documents per vault.Vault.ts:83
maxVaultsreadonlynumberMaximum number of vaults. 0 = unlimited.Vault.ts:81