Sitecore 5.0 API

Settings.ProcessHistoryCount Property

Gets the number of process histories to show at startup.

[Visual Basic]
Public Shared ReadOnly Property ProcessHistoryCount As Integer
[C#]
public static int ProcessHistoryCount {get;}

Property Value

Default value: 2

Remarks

For diagnostic purposes, the shutdown reason for previous ASP.NET worker processes are shown in the Sitecore log file.

This setting determinies how many proceses to look back (max. 100).

See Also

Settings Class | Sitecore.Configuration Namespace