0
ndhimar created
Prerequisites
Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.
- What is your product version? 8
- What is your product type (Angular or MVC)? Anguklar
- What is product framework type (.net framework or .net core)? .net core 3.1
If issue related with ABP Framework
- What is ABP Framework version?
cpu usage is at 50% even after no one is using the CRM back end is stil running and using CPU at 50%
1 Answer(s)
-
0
Hi @ndhimar
We made several enhancements in the project to solve such problems. You can try;
- Upgrade to latest version of Abp. Just upgrade all Abp.* NuGet packages to latest version.
- We impelemented async token validation via https://github.com/aspnetzero/aspnet-zero-core/pull/4234, you can apply same changes to your project as well.