This commit is contained in:
Andrew Steinborn
2023-05-14 03:18:20 -04:00
parent a29c753e39
commit 673af65078

View File

@@ -61,6 +61,7 @@ public class VelocityPluginContainer implements PluginContainer {
Executors.newCachedThreadPool(
new ThreadFactoryBuilder().setDaemon(true)
.setNameFormat(name + " - Task Executor #%d")
.setDaemon(true)
.build()
)
);