package
0.29.6-upgrade-to-badger-v3
Repository: https://github.com/koko1123/flow-go-1.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author

# Functions

New creates a new execution data requester component.

# Constants

DefaultFetchTimeout is the default initial timeout for fetching ExecutionData from the db/network.
DefaultMaxFetchTimeout is the default timeout for fetching ExecutionData from the db/network.
DefaultMaxRetryDelay is the default maximum delay used in the exponential backoff for failed ExecutionData download retries.
DefaultMaxSearchAhead is the default max number of unsent notifications to allow before pausing new fetches.
DefaultRetryDelay is the default initial delay used in the exponential backoff for failed ExecutionData download retries.

# Structs

ExecutionDataConfig contains configuration options for the ExecutionDataRequester.