Click or drag to resize

NameServerConfigurationElementDataServerTimeout Property

Gets or sets the minimum amount of time that a data server must be unresponsive before it is considered dead.

Namespace:  Ookii.Jumbo.Dfs
Assembly:  Ookii.Jumbo.Dfs (in Ookii.Jumbo.Dfs.dll) Version: 2.0.0
Syntax
public int DataServerTimeout { get; set; }

Property Value

Type: Int32
The minimum amount of time, in seconds, that a data server must be unresponsive before it is considered dead. The default value is 300.
Remarks
Depending on circumstances, it can be up to twice as long before a data server is actually considered dead.
See Also