Skip to content

Commit 4284026

Browse files
authored
Merge pull request #1 from DorZion/remove-cached-thread-pool
Removed cached thread pool creation
2 parents 98a70af + 5209f02 commit 4284026

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/coreoz/wisp/Scheduler.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ public Scheduler(SchedulerConfig config) {
105105
this.timeProvider = config.getTimeProvider();
106106
this.launcherNotifier = new AtomicBoolean(true);
107107
this.cancelHandles = new ConcurrentHashMap<>();
108-
Executors.newCachedThreadPool(new WispThreadFactory());
109108
this.threadPoolExecutor = new ScalingThreadPoolExecutor(
110109
config.getMinThreads(),
111110
config.getMaxThreads(),

0 commit comments

Comments
 (0)