Skip to content

Commit d093550

Browse files
committed
Revert to idle shutdown timer
Hopefully a temporary fix for oxide attempting to open multiple instances of the compiler freezing the server.
1 parent 49500b8 commit d093550

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/CompilerService.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -334,10 +334,10 @@ private void OnMessage(ObjectStreamConnection<CompilerMessage, CompilerMessage>
334334
}
335335
compilations.Remove(message.Id);
336336

337-
if (compilations.Count == 0)
338-
{
339-
Stop(false, "no more jobs");
340-
}
337+
// if (compilations.Count == 0)
338+
// {
339+
// Stop(false, "no more jobs");
340+
// }
341341

342342
break;
343343

0 commit comments

Comments
 (0)