Skip to content

Commit daeb986

Browse files
authored
fix outdated default value of minThreads (#2898)
1 parent d7bc206 commit daeb986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/core/futures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ By default, the `ExecutionContext.global` sets the parallelism level of its unde
101101
([Runtime.availableProcessors](https://docs.oracle.com/javase/7/docs/api/java/lang/Runtime.html#availableProcessors%28%29)).
102102
This configuration can be overridden by setting one (or more) of the following VM attributes:
103103

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

0 commit comments

Comments
 (0)