pub const MAX_TAIL_BLOCK_MS: u64 = 30_000;Expand description
Maximum tail block duration accepted by tail_stream. Mirrors the REST
endpoint ceiling so SDK callers can’t wedge a connection longer than the
server would accept.
pub const MAX_TAIL_BLOCK_MS: u64 = 30_000;Maximum tail block duration accepted by tail_stream. Mirrors the REST
endpoint ceiling so SDK callers can’t wedge a connection longer than the
server would accept.