Skip to content

PersistentAI API Documentation / @persistentai/fireflow-vfs / server / VFS_CONSTANTS

Variable: VFS_CONSTANTS

const VFS_CONSTANTS: object

Defined in: packages/fireflow-vfs/src/config.ts:94

VFS pagination and fetching constants

Type Declaration

DEFAULT_PAGE_SIZE

readonly DEFAULT_PAGE_SIZE: 100 = 100

Default number of items per folder page

INITIAL_DEPTH

readonly INITIAL_DEPTH: 2 = 2

Initial tree depth for subscription

MAX_DEPTH

readonly MAX_DEPTH: 10 = 10

Maximum allowed tree depth

MAX_PAGE_SIZE

readonly MAX_PAGE_SIZE: 500 = 500

Maximum number of items per request

Licensed under BUSL-1.1