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: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public int StatusUpdateInterval { get; set; }

Property Value

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