Skip to content

Commit 38b31b0

Browse files
committed
Remove unused configuration
1 parent 25e0b12 commit 38b31b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/RemotePythonExecution/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ static async Task Main(string[] args)
4242
loggingBuilder.AddSerilog(logger, dispose: true);
4343
});
4444

45-
services.Configure<HostOptions>(option =>
45+
/*services.Configure<HostOptions>(option =>
4646
{
4747
option.BackgroundServiceExceptionBehavior = BackgroundServiceExceptionBehavior.StopHost;
4848
option.ShutdownTimeout = TimeSpan.FromSeconds(5);
49-
});
49+
});*/
5050

5151
services.AddAdamServiceFileCreator();
5252
services.AddHostedService<RemotePythonExecutionService>();

0 commit comments

Comments
 (0)