Click or drag to resize

DataServerConfigurationElementStatusUpdateInterval Property

Gets or sets the interval at which the data server should send status updates (including disk space reports) to the name server.

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

Property Value

Type: Int32
The interval at which the data server should send status updates, in seconds. The default value is 60.
Remarks
Disk space status updates are always sent after blocks are received or deleted, regardless of this value.
See Also