You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.
/// <summary>/// The amount of time after the server begins shutting down before connections will be forcefully closed./// Kestrel will wait for the duration of the timeout for any ongoing request processing to complete before/// terminating the connection. No new connections or requests will be accepted during this time./// </summary>/// <remarks>/// Defaults to 5 seconds./// </remarks>publicTimeSpanShutdownTimeout{get;set;}=TimeSpan.FromSeconds(5);
For example, the following remark that
ShutdownTimout
defaults to 5 seconds in KestrelServerOptions.cs doesn't show up in the generated api docs:@danroth27
The text was updated successfully, but these errors were encountered: