Class DatabaseServerRegistrarSettings
Typed configuration options for database server registrar settings.
Inheritance
System.Object
Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
public class DatabaseServerRegistrarSettings
Properties
View SourceStaleServerTimeout
Gets or sets a value for the time span to wait before considering a server stale, after it has last been accessed.
Declaration
public TimeSpan StaleServerTimeout { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
WaitTimeBetweenCalls
Gets or sets a value for the amount of time to wait between calls to the database on the background thread.
Declaration
public TimeSpan WaitTimeBetweenCalls { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |