A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Warmup: MaxNumberParallelRequests is set to 50 by default which is too high

Fixed in

EPiServer.CloudPlatform.Cms 1.6.0

(Or a related package)

Created

Jan 23, 2024

Updated

Feb 27, 2024

Area

CMS Core

State

Closed, Fixed and tested


Description

Fixed an issue where Warmup had a default value of MaxNumberParallelRequests set to 50, which in turn configured the HttpClient used by Warmup to set MaxConnectionsPerServer to 50. This value is too large and may cause thread starvation issues.

Now, this value is set to 10, and you can customize the idle timeout of connections used during warmup.