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.
Properties
Section titled “Properties”| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
maxChunksPerDoc | readonly | number | Maximum chunks stored per document. | Vault.ts:89 |
maxConvertedChars | readonly | number | Maximum characters in converted markdown text. | Vault.ts:87 |
maxDocSizeKB | readonly | number | Maximum file size in KB before conversion. | Vault.ts:85 |
maxDocsPerVault | readonly | number | Maximum documents per vault. | Vault.ts:83 |
maxVaults | readonly | number | Maximum number of vaults. 0 = unlimited. | Vault.ts:81 |