Skip to content

Commit

Permalink
fix outdated default value of minThreads (#2898)
Browse files Browse the repository at this point in the history
  • Loading branch information
floh0 authored Sep 8, 2023
1 parent d7bc206 commit daeb986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _overviews/core/futures.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ By default, the `ExecutionContext.global` sets the parallelism level of its unde
([Runtime.availableProcessors](https://docs.oracle.com/javase/7/docs/api/java/lang/Runtime.html#availableProcessors%28%29)).
This configuration can be overridden by setting one (or more) of the following VM attributes:

* scala.concurrent.context.minThreads - defaults to `Runtime.availableProcessors`
* scala.concurrent.context.minThreads - defaults to `1`
* scala.concurrent.context.numThreads - can be a number or a multiplier (N) in the form 'xN' ; defaults to `Runtime.availableProcessors`
* scala.concurrent.context.maxThreads - defaults to `Runtime.availableProcessors`

Expand Down

0 comments on commit daeb986

Please sign in to comment.