rippled
|
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 |
|
constexpr |
Definition at line 40 of file LedgerReplayer.h.
|
constexpr |
Definition at line 45 of file LedgerReplayer.h.
|
constexpr |
Definition at line 46 of file LedgerReplayer.h.
|
constexpr |
Definition at line 49 of file LedgerReplayer.h.
|
constexpr |
Definition at line 51 of file LedgerReplayer.h.
|
constexpr |
Definition at line 55 of file LedgerReplayer.h.
|
constexpr |
Definition at line 57 of file LedgerReplayer.h.
|
constexpr |
Definition at line 60 of file LedgerReplayer.h.
|
constexpr |
Definition at line 63 of file LedgerReplayer.h.
|
constexpr |
Definition at line 66 of file LedgerReplayer.h.