Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
astei committed May 14, 2023
1 parent a29c753 commit 673af65
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ public ExecutorService getExecutorService() {
Executors.newCachedThreadPool(
new ThreadFactoryBuilder().setDaemon(true)
.setNameFormat(name + " - Task Executor #%d")
.setDaemon(true)
.build()
)
);
Expand Down

0 comments on commit 673af65

Please sign in to comment.