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 7ab07ca commit d983d2bCopy full SHA for d983d2b
src/main/java/rx/schedulers/EventLoopsScheduler.java
@@ -35,7 +35,7 @@
35
* Key to setting the maximum number of computation scheduler threads.
36
* Zero or less is interpreted as use available. Capped by available.
37
*/
38
- static final String KEY_MAX_THREADS = "io.reactivex.rxjava.scheduler.max-computation-threads";
+ static final String KEY_MAX_THREADS = "rx.scheduler.max-computation-threads";
39
/** The maximum number of computation scheduler threads. */
40
static final int MAX_THREADS;
41
static {
0 commit comments