rippled
Variables
ripple::LedgerReplayParameters Namespace Reference

Variables

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

Variable Documentation

◆ TASK_TIMEOUT

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

Definition at line 40 of file LedgerReplayer.h.

◆ TASK_MAX_TIMEOUTS_MULTIPLIER

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

Definition at line 45 of file LedgerReplayer.h.

◆ TASK_MAX_TIMEOUTS_MINIMUM

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

Definition at line 46 of file LedgerReplayer.h.

◆ SUB_TASK_TIMEOUT

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

Definition at line 49 of file LedgerReplayer.h.

◆ SUB_TASK_MAX_TIMEOUTS

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

Definition at line 51 of file LedgerReplayer.h.

◆ MAX_NO_FEATURE_PEER_COUNT

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

Definition at line 55 of file LedgerReplayer.h.

◆ SUB_TASK_FALLBACK_TIMEOUT

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

Definition at line 57 of file LedgerReplayer.h.

◆ MAX_TASKS

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

Definition at line 60 of file LedgerReplayer.h.

◆ MAX_TASK_SIZE

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

Definition at line 63 of file LedgerReplayer.h.

◆ MAX_QUEUED_TASKS

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

Definition at line 66 of file LedgerReplayer.h.