File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
documentation/src/docs/asciidoc/user-guide Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3439,9 +3439,9 @@ configuration parameter to one of the following options:
34393439
34403440`fork_join_pool` (default)::
34413441Use an executor service that is backed by a `ForkJoinPool` from the JDK. This will cause
3442- tests to be executed in a `ForkJoinWorkerThread` and, in some cases, cause usages of
3443- `ForkJoinPool` in test or production code or calls to blocking JDK APIs to increase the
3444- number of concurrently executing tests. To avoid this limitation , please use
3442+ tests to be executed in a `ForkJoinWorkerThread`. In some cases, usages of
3443+ `ForkJoinPool` in test or production code or calls to blocking JDK APIs may cause the
3444+ number of concurrently executing tests to increase . To avoid this situation , please use
34453445`worker_thread_pool`.
34463446
34473447`worker_thread_pool` (experimental)::
You can’t perform that action at this time.
0 commit comments