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?
optionalmaxSize:number
Defined in: packages/fireflow-types/src/execution/services/dbos-types.ts:234
Maximum items per batch
timeoutMs?
optionaltimeoutMs:number
Defined in: packages/fireflow-types/src/execution/services/dbos-types.ts:236
Maximum time to wait before flushing batch (ms)