We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98a70af + 5209f02 commit 4284026Copy full SHA for 4284026
src/main/java/com/coreoz/wisp/Scheduler.java
@@ -105,7 +105,6 @@ public Scheduler(SchedulerConfig config) {
105
this.timeProvider = config.getTimeProvider();
106
this.launcherNotifier = new AtomicBoolean(true);
107
this.cancelHandles = new ConcurrentHashMap<>();
108
- Executors.newCachedThreadPool(new WispThreadFactory());
109
this.threadPoolExecutor = new ScalingThreadPoolExecutor(
110
config.getMinThreads(),
111
config.getMaxThreads(),
0 commit comments