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.
GracefulShutdownTimeout
1 parent 6c29f29 commit a147cfdCopy full SHA for a147cfd
src/ServiceControl.RavenDB/EmbeddedDatabase.cs
@@ -66,6 +66,7 @@ public static EmbeddedDatabase Start(EmbeddedDatabaseConfiguration databaseConfi
66
Logger.InfoFormat("Loading RavenDB license from {0}", licenseFileNameAndServerDirectory.LicenseFileName);
67
var serverOptions = new ServerOptions
68
{
69
+ GracefulShutdownTimeout = TimeSpan.FromHours(1), // During Stop/Dispose we manually control this
70
CommandLineArgs =
71
[
72
$"--Logs.Mode={databaseConfiguration.LogsMode}",
0 commit comments