Class PreloadOptions
Inheritance
PreloadOptions
Assembly: Libplanet.Net.dll
Syntax
public class PreloadOptions
Fields
|
Improve this Doc
View Source
DefaultDialTimeout
Declaration
public const int DefaultDialTimeout = 5
Field Value
|
Improve this Doc
View Source
DefaultTipDeltaThreshold
Declaration
public const long DefaultTipDeltaThreshold = 25L
Field Value
Properties
|
Improve this Doc
View Source
DialTimeout
Declaration
public TimeSpan DialTimeout { get; set; }
Property Value
See Also
|
Improve this Doc
View Source
TipDeltaThreshold
Determines when to stop preloading. Preloading is considered complete when
the delta between the local node's tip index and the best known tip
index is less than or equal to this value. Set to
DefaultTipDeltaThreshold by default.
Declaration
public long TipDeltaThreshold { get; set; }
Property Value