Class LinuxEnvironmentOptions
Specifies linux environment options
Inheritance
System.Object
LinuxEnvironmentOptions
Namespace: EPiServer.Framework.Internal
Assembly: EPiServer.Framework.dll
Version: 12.0.3Syntax
[Options(ConfigurationSection = "Cms")]
public class LinuxEnvironmentOptions : Object
Constructors
LinuxEnvironmentOptions()
Declaration
public LinuxEnvironmentOptions()
Properties
MinimumThreadCount
Sets the minimum thread count, helps with database connections. Default is 16 and changes only affect linux operating system..
Declaration
public int MinimumThreadCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |