geforkt von Mirrors/Velocity
fix
Dieser Commit ist enthalten in:
Ursprung
a29c753e39
Commit
673af65078
@ -61,6 +61,7 @@ public class VelocityPluginContainer implements PluginContainer {
|
|||||||
Executors.newCachedThreadPool(
|
Executors.newCachedThreadPool(
|
||||||
new ThreadFactoryBuilder().setDaemon(true)
|
new ThreadFactoryBuilder().setDaemon(true)
|
||||||
.setNameFormat(name + " - Task Executor #%d")
|
.setNameFormat(name + " - Task Executor #%d")
|
||||||
|
.setDaemon(true)
|
||||||
.build()
|
.build()
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren