Skip to content

Commit 9001099

Browse files
Clarify that negative concurrency values in CiCT can only be done through a parameter (neo4j#1128)
1 parent dc2a8b1 commit 9001099

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
@@ -601,7 +601,7 @@ This allows `CALL` subqueries to utilize multiple CPU cores simultaneously, whic
601601
[NOTE]
602602
The concurrency value is optional.
603603
If not specified, a default value based on the amount of available CPU cores will be chosen.
604-
If a negative number is specified, the concurrency will be the number of available CPU cores reduced by the absolute value of that number.
604+
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.
605605

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

0 commit comments

Comments
 (0)