#Hi umbraco community, is theer a way to set request timeout on Umbraco 12?
1 messages · Page 1 of 1 (latest)
Perhaps the following middleware will help you—though it seems like a complex issue considering the myriad of different requests Umbraco/web apps need to handle at times.
https://learn.microsoft.com/en-us/aspnet/core/performance/timeouts?view=aspnetcore-8.0
Learn how to configure and use request timeout middleware in ASP.NET Core.
Thanks Mark, I've seen this. I think this is dotnet core v8. This means that I need to upgrade to v13 and we dont have time for that