From b61c8b923547d1455271b95b0bffbc3bfd1b698c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20Pryce-=C3=85klundh?= <112686610+JPryce-Aklundh@users.noreply.github.com> Date: Tue, 3 Dec 2024 14:22:35 +0100 Subject: [PATCH] clarification --- modules/ROOT/pages/subqueries/subqueries-in-transactions.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/subqueries/subqueries-in-transactions.adoc b/modules/ROOT/pages/subqueries/subqueries-in-transactions.adoc index cf83ee2a5..9fa9f20bf 100644 --- a/modules/ROOT/pages/subqueries/subqueries-in-transactions.adoc +++ b/modules/ROOT/pages/subqueries/subqueries-in-transactions.adoc @@ -602,7 +602,7 @@ This allows `CALL` subqueries to utilize multiple CPU cores simultaneously, whic [NOTE] The concurrency value is optional. If not specified, a default value based on the amount of available CPU cores will be chosen. -If a negative number is specified, the concurrency will be the number of available CPU cores reduced by the absolute value of that number. +If a negative number is specified (which can only be done through a parameter), the concurrency will be the number of available CPU cores reduced by the absolute value of that number. .Load a CSV file in concurrent transactions ====