Open sandboxFocus

Property BackgroundTasksMaxConcurrency

BackgroundTasksMaxConcurrency

Gets or sets the maximal number of concurrent background tasks. This number must be kept low to avoid overloading the system or the cache with bursts, for instance when Redis processes evictions. The default value is 25.

Declaration
public int BackgroundTasksMaxConcurrency { get; set; }
Property Value
Type Description
int