Skip to content

Commit 900a5c3

Browse files
Reword TODO
1 parent f2bcb91 commit 900a5c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ServiceControl.Hosting/WindowsServiceWithRequestTimeout.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ sealed class WindowsServiceWithRequestTimeout : WindowsServiceLifetime
1313
static readonly TimeSpan CancellationDuration = TimeSpan.FromSeconds(5);
1414
readonly HostOptions hostOptions;
1515

16-
// TODO: I don't think this constructor is needed and exist for backwards compability in the runtime
17-
16+
// TODO: This constructor should not be needed and exist for backwards compability in the runtime
1817
// public WindowsServiceWithRequestTimeout(IHostEnvironment environment, IHostApplicationLifetime applicationLifetime, ILoggerFactory loggerFactory, IOptions<HostOptions> optionsAccessor)
1918
// : this(environment, applicationLifetime, loggerFactory, optionsAccessor, Options.Create(new WindowsServiceLifetimeOptions()))
2019
// {

0 commit comments

Comments
 (0)