Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Indexer common logic RPCCallTimeout = 13 * time.Second AfterFailedRetryTimeout = 10 * time.Second CatchingUpSleepDuration = 100 * time.Millisecond DefaultSleepDuration = 5 * time.Second UnHealthSleep = 10 * time.Second // SQL Durations SQLQueryMaxDuration = 10 * time.Second // common query timeout RetentionQuerySleepDuration = 1 * time.Hour // retention logic // Fetching Height Logic FetchTimeout = 5 * time.Second FetchSleepDuration = 5 * time.Second AfterFailedFetchSleepDuration = 10 * time.Second BatchSyncLimit = 10 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LatestHeightCache ¶
type MonikerIDMap ¶
Click to show internal directories.
Click to hide internal directories.