Skip to main content

STREAM_READ_HARD_CAP

Constant STREAM_READ_HARD_CAP 

Source
pub const STREAM_READ_HARD_CAP: u64 = 10_000;
Expand description

Hard cap on the number of frames returned by a single read/tail call.

Single source of truth across the Rust layer (ff-script, ff-server, ff-sdk). The Lua side in lua/stream.lua keeps a matching literal with an inline reference back here; bump both together if you ever need to lift the cap.