2022-01-13 17:36:41 +00:00
|
|
|
// 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";
|