pub const MAX_ITERATIONS_CEILING: usize = 50;Expand description
Hard ceiling on max_iterations accepted from external callers.
50 iterations is generous for real workloads. Prevents a crafted request from running an unbounded loop at server expense.