File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/rx/internal/schedulers Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ public class NewThreadWorker extends Scheduler.Worker implements Subscription {
35
35
private final RxJavaSchedulersHook schedulersHook ;
36
36
volatile boolean isUnsubscribed ;
37
37
/** The purge frequency in milliseconds. */
38
- private static final String FREQUENCY_KEY = "io.reactivex.rxjava .scheduler.jdk6.purge-frequency-millis" ;
38
+ private static final String FREQUENCY_KEY = "rx .scheduler.jdk6.purge-frequency-millis" ;
39
39
/** Force the use of purge (true/false). */
40
- private static final String PURGE_FORCE_KEY = "io.reactivex.rxjava .scheduler.jdk6.purge-force" ;
40
+ private static final String PURGE_FORCE_KEY = "rx .scheduler.jdk6.purge-force" ;
41
41
private static final String PURGE_THREAD_PREFIX = "RxSchedulerPurge-" ;
42
42
/** Forces the use of purge even if setRemoveOnCancelPolicy is available. */
43
43
private static final boolean PURGE_FORCE ;
You can’t perform that action at this time.
0 commit comments