Skip to content

Commit

Permalink
pass context service to thread factory in AbstractManagedExecutorService
Browse files Browse the repository at this point in the history
  • Loading branch information
aubi authored and breakponchito committed May 13, 2022
1 parent 8cbd47f commit b0bd598
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public AbstractManagedExecutorService(String name,
if (managedThreadFactory == null) {
managedThreadFactory = new ManagedThreadFactoryImpl(
name + "-ManagedThreadFactory",
null,
contextService,
Thread.NORM_PRIORITY);
}
managedThreadFactory.setHungTaskThreshold(hungTaskThreshold);
Expand Down

0 comments on commit b0bd598

Please sign in to comment.