3 lines
132 B
Rust
3 lines
132 B
Rust
|
// Specifies how many subqueries will be processed recursively before the query fails.
|
||
|
pub const MAX_RECURSIVE_QUERIES: usize = 16;
|