Only set constant variable when needed with parallel feature
This commit is contained in:
parent
7bd5802e99
commit
4740fa7bb1
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
// Specifies how many concurrent jobs can be buffered in the worker channel.
|
||||
#[cfg(feature = "parallel")]
|
||||
pub const MAX_CONCURRENT_TASKS: usize = 64;
|
||||
|
||||
// Specifies how many subqueries will be processed recursively before the query fails.
|
||||
|
|
Loading…
Reference in a new issue