Skip to content

Commit 8edecb7

Browse files
authored
Update src/ServiceControl.RavenDB/EmbeddedDatabase.cs
1 parent 6c53404 commit 8edecb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceControl.RavenDB/EmbeddedDatabase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ public void Dispose()
251251

252252
if (serverOptions != null)
253253
{
254-
// Set GracefulShutdownTimeout to Zero and exist ASAP, under normal operation instance would already
254+
// Set GracefulShutdownTimeout to Zero and exit ASAP, under normal operation instance would already
255255
// have been allowed to gracefully stop during "Stop" method.
256256
serverOptions!.GracefulShutdownTimeout = TimeSpan.Zero;
257257
Logger.Debug("Disposing RavenDB server");

0 commit comments

Comments
 (0)