We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 787fbff commit 7ab07caCopy full SHA for 7ab07ca
src/main/java/rx/schedulers/EventLoopsScheduler.java
@@ -45,7 +45,7 @@
45
if (maxThreads <= 0 || maxThreads > ncpu) {
46
max = ncpu;
47
} else {
48
- max =maxThreads;
+ max = maxThreads;
49
}
50
MAX_THREADS = max;
51
0 commit comments