Skip to content

Commit e9ea465

Browse files
authored
Merge pull request #8 from DorZion/master
Removed cached thread pool creation
2 parents 98a70af + 4284026 commit e9ea465

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)