I used have spt dev role but then I took an arrow to the knee

This commit is contained in:
Chris Adamson
2025-05-28 14:38:08 -05:00
parent 7d85c0af22
commit ccd3498d2c
+1 -2
View File
@@ -66,8 +66,7 @@ public class App
if (isAlreadyRunning)
{
_logger.Critical(_localisationService.GetText("webserver_already_running"));
await Task.Delay(3600 * 60);
Environment.Exit(1);
await Task.Delay(Timeout.Infinite);
}
if (_logger.IsLogEnabled(LogLevel.Debug))