Skip to content

Commit ddad958

Browse files
mondainCopilot
andauthored
Update server/src/main/java/org/red5/server/tomcat/TomcatLoader.java
Co-authored-by: Copilot <[email protected]>
1 parent a6d8b77 commit ddad958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/red5/server/tomcat/TomcatLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ public void afterPropertiesSet() throws Exception {
205205
// if we are not awaiting plugins, start immediately
206206
if (awaitPlugins) {
207207
log.info("Awaiting plugin loading");
208-
ExecutorService executor = Executors.newVirtualThreadPerTaskExecutor();
208+
executor = Executors.newVirtualThreadPerTaskExecutor();
209209
executor.submit(() -> {
210210
Thread.currentThread().setName("TomcatLoader-delayed-start");
211211
try {

0 commit comments

Comments
 (0)