Skip to content

Commit d983d2b

Browse files
akarnokdakarnokd
akarnokd
authored and
akarnokd
committed
Changed system-parameter naming.
1 parent 7ab07ca commit d983d2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/rx/schedulers/EventLoopsScheduler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* Key to setting the maximum number of computation scheduler threads.
3636
* Zero or less is interpreted as use available. Capped by available.
3737
*/
38-
static final String KEY_MAX_THREADS = "io.reactivex.rxjava.scheduler.max-computation-threads";
38+
static final String KEY_MAX_THREADS = "rx.scheduler.max-computation-threads";
3939
/** The maximum number of computation scheduler threads. */
4040
static final int MAX_THREADS;
4141
static {

0 commit comments

Comments
 (0)