surrealpatch/src/cnf/mod.rs

3 lines
132 B
Rust
Raw Normal View History

// Specifies how many subqueries will be processed recursively before the query fails.
pub const MAX_RECURSIVE_QUERIES: usize = 16;