|
rippled
|
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 |
|
constexpr |
Definition at line 21 of file LedgerReplayer.h.
|
constexpr |
Definition at line 26 of file LedgerReplayer.h.
|
constexpr |
Definition at line 27 of file LedgerReplayer.h.
|
constexpr |
Definition at line 30 of file LedgerReplayer.h.
|
constexpr |
Definition at line 32 of file LedgerReplayer.h.
|
constexpr |
Definition at line 36 of file LedgerReplayer.h.
|
constexpr |
Definition at line 38 of file LedgerReplayer.h.
|
constexpr |
Definition at line 41 of file LedgerReplayer.h.
|
constexpr |
Definition at line 44 of file LedgerReplayer.h.
|
constexpr |
Definition at line 47 of file LedgerReplayer.h.