Skip to main content

MAX_SOLVE_JSON_SAMPLES_V1

Constant MAX_SOLVE_JSON_SAMPLES_V1 

Source
pub const MAX_SOLVE_JSON_SAMPLES_V1: usize = 10_000;
Expand description

Maximum number of trajectory observations in one solve-json v1 success response.

Service implementations must reject a response above this limit with SolveSuccessV1::validate_for_serialization instead of truncating it.