Skip to content

Commit b0fdb7d

Browse files
Clarify that negative concurrency values in CiCT can only be done through a parameter (#1128)
1 parent 30431ce commit b0fdb7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/subqueries/subqueries-in-transactions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ This allows `CALL` subqueries to utilize multiple CPU cores simultaneously, whic
602602
[NOTE]
603603
The concurrency value is optional.
604604
If not specified, a default value based on the amount of available CPU cores will be chosen.
605-
If a negative number is specified, the concurrency will be the number of available CPU cores reduced by the absolute value of that number.
605+
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.
606606

607607
.Load a CSV file in concurrent transactions
608608
====

0 commit comments

Comments
 (0)