Skip to content

PersistentAI API Documentation / @persistent-ai/fireflow-types / IStreamBatchConfig

Interface: IStreamBatchConfig

Defined in: packages/fireflow-types/src/execution/services/dbos-types.ts:232

Batch configuration for stream reading.

Properties

maxSize?

optional maxSize: number

Defined in: packages/fireflow-types/src/execution/services/dbos-types.ts:234

Maximum items per batch


timeoutMs?

optional timeoutMs: number

Defined in: packages/fireflow-types/src/execution/services/dbos-types.ts:236

Maximum time to wait before flushing batch (ms)

Licensed under BUSL-1.1