Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Health check configuration Health health.CounterConfig // Maximum allowable duration for sync height to remain unchanged. MaxStalledDuration time.Duration `default:"5m"` // Maximum allowed lag in height between the latest chain height and the sync height. MaxAllowedLag uint64 `default:"200"` }
Config holds the configuration parameters for the sync monitor.
Click to show internal directories.
Click to hide internal directories.