surrealpatch/src/cnf/mod.rs

5 lines
201 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;
2022-01-14 17:13:44 +00:00
pub const APP_ENDPOINT: &'static str = "https://app.surrealdb.com";