We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c53404 commit 8edecb7Copy full SHA for 8edecb7
src/ServiceControl.RavenDB/EmbeddedDatabase.cs
@@ -251,7 +251,7 @@ public void Dispose()
251
252
if (serverOptions != null)
253
{
254
- // Set GracefulShutdownTimeout to Zero and exist ASAP, under normal operation instance would already
+ // Set GracefulShutdownTimeout to Zero and exit ASAP, under normal operation instance would already
255
// have been allowed to gracefully stop during "Stop" method.
256
serverOptions!.GracefulShutdownTimeout = TimeSpan.Zero;
257
Logger.Debug("Disposing RavenDB server");
0 commit comments