Gets or sets the number of retry attempts when a database deadlock occurs.
Namespace:
EPiServer.ConfigurationAssembly: EPiServer.Configuration (in EPiServer.Configuration.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[ConfigurationPropertyAttribute("deadlockRetries", DefaultValue = "0", IsRequired = false)] [IntegerValidatorAttribute(MinValue = , MaxValue = )] public int DeadlockRetries { get; set; } |
Field Value
The number of retries retries.
Remarks
Deadlocks will usually not occur, but during special circumstances you may experience deadlocks. This could for example happen if pages are
created and published very frequently (>10 pages per second).