-
Notifications
You must be signed in to change notification settings - Fork 312
Add API to configure shutdown timeout #1031
Comments
There's also |
Yea, there is, we should add a top level method for configuring options. Just like prefer hosting urls. |
Related to #1016. |
What do we want to name the extension method? |
UseShutdownTimeout would be the most consistent. Hosting/src/Microsoft.AspNetCore.Hosting.Abstractions/HostingAbstractionsWebHostBuilderExtensions.cs Line 139 in b6f558d
|
I want to kill all of these extension methods and do this instead #1042 |
Seems we only read it from configuration now.
The text was updated successfully, but these errors were encountered: