Constant READ_TIME_BUDGET
pub const READ_TIME_BUDGET: Duration;Expand description
Wall-clock budget a single raw read may run before it is interrupted. Generous — an interactive API read should finish in milliseconds; this only fences a pathological query (cartesian blow-up, runaway recursive CTE) from wedging the reader.