rippled
Loading...
Searching...
No Matches
Variables
ripple::LedgerReplayParameters Namespace Reference

Variables

auto constexpr TASK_TIMEOUT = std::chrono::milliseconds{500}
 
std::uint32_t constexpr TASK_MAX_TIMEOUTS_MULTIPLIER = 2
 
std::uint32_t constexpr TASK_MAX_TIMEOUTS_MINIMUM = 10
 
auto constexpr SUB_TASK_TIMEOUT = std::chrono::milliseconds{250}
 
std::uint32_t constexpr SUB_TASK_MAX_TIMEOUTS = 10
 
auto constexpr MAX_NO_FEATURE_PEER_COUNT = 2
 
auto constexpr SUB_TASK_FALLBACK_TIMEOUT = std::chrono::milliseconds{1000}
 
std::uint32_t constexpr MAX_TASKS = 10
 
std::uint32_t constexpr MAX_TASK_SIZE = 256
 
std::uint32_t constexpr MAX_QUEUED_TASKS = 100
 

Variable Documentation

◆ TASK_TIMEOUT

auto constexpr ripple::LedgerReplayParameters::TASK_TIMEOUT = std::chrono::milliseconds{500}
constexpr

Definition at line 40 of file LedgerReplayer.h.

◆ TASK_MAX_TIMEOUTS_MULTIPLIER

std::uint32_t constexpr ripple::LedgerReplayParameters::TASK_MAX_TIMEOUTS_MULTIPLIER = 2
constexpr

Definition at line 45 of file LedgerReplayer.h.

◆ TASK_MAX_TIMEOUTS_MINIMUM

std::uint32_t constexpr ripple::LedgerReplayParameters::TASK_MAX_TIMEOUTS_MINIMUM = 10
constexpr

Definition at line 46 of file LedgerReplayer.h.

◆ SUB_TASK_TIMEOUT

auto constexpr ripple::LedgerReplayParameters::SUB_TASK_TIMEOUT = std::chrono::milliseconds{250}
constexpr

Definition at line 49 of file LedgerReplayer.h.

◆ SUB_TASK_MAX_TIMEOUTS

std::uint32_t constexpr ripple::LedgerReplayParameters::SUB_TASK_MAX_TIMEOUTS = 10
constexpr

Definition at line 51 of file LedgerReplayer.h.

◆ MAX_NO_FEATURE_PEER_COUNT

auto constexpr ripple::LedgerReplayParameters::MAX_NO_FEATURE_PEER_COUNT = 2
constexpr

Definition at line 55 of file LedgerReplayer.h.

◆ SUB_TASK_FALLBACK_TIMEOUT

auto constexpr ripple::LedgerReplayParameters::SUB_TASK_FALLBACK_TIMEOUT = std::chrono::milliseconds{1000}
constexpr

Definition at line 57 of file LedgerReplayer.h.

◆ MAX_TASKS

std::uint32_t constexpr ripple::LedgerReplayParameters::MAX_TASKS = 10
constexpr

Definition at line 60 of file LedgerReplayer.h.

◆ MAX_TASK_SIZE

std::uint32_t constexpr ripple::LedgerReplayParameters::MAX_TASK_SIZE = 256
constexpr

Definition at line 63 of file LedgerReplayer.h.

◆ MAX_QUEUED_TASKS

std::uint32_t constexpr ripple::LedgerReplayParameters::MAX_QUEUED_TASKS = 100
constexpr

Definition at line 66 of file LedgerReplayer.h.