|
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 20 of file LedgerReplayer.h.
|
constexpr |
Definition at line 25 of file LedgerReplayer.h.
|
constexpr |
Definition at line 26 of file LedgerReplayer.h.
|
constexpr |
Definition at line 29 of file LedgerReplayer.h.
|
constexpr |
Definition at line 31 of file LedgerReplayer.h.
|
constexpr |
Definition at line 35 of file LedgerReplayer.h.
|
constexpr |
Definition at line 37 of file LedgerReplayer.h.
|
constexpr |
Definition at line 40 of file LedgerReplayer.h.
|
constexpr |
Definition at line 43 of file LedgerReplayer.h.
|
constexpr |
Definition at line 46 of file LedgerReplayer.h.