|
xrpld
|
Variables | |
| constexpr auto | kTaskTimeout = std::chrono::milliseconds{500} |
| constexpr std::uint32_t | kTaskMaxTimeoutsMultiplier = 2 |
| constexpr std::uint32_t | kTaskMaxTimeoutsMinimum = 10 |
| constexpr auto | kSubTaskTimeout = std::chrono::milliseconds{250} |
| constexpr std::uint32_t | kSubTaskMaxTimeouts = 10 |
| constexpr auto | kMaxNoFeaturePeerCount = 2 |
| constexpr auto | kSubTaskFallbackTimeout = std::chrono::milliseconds{1000} |
| constexpr std::uint32_t | kMaxTasks = 10 |
| constexpr std::uint32_t | kMaxTaskSize = 256 |
| constexpr std::uint32_t | kMaxQueuedTasks = 100 |
|
constexpr |
Definition at line 29 of file LedgerReplayer.h.
|
constexpr |
Definition at line 34 of file LedgerReplayer.h.
|
constexpr |
Definition at line 35 of file LedgerReplayer.h.
|
constexpr |
Definition at line 38 of file LedgerReplayer.h.
|
constexpr |
Definition at line 40 of file LedgerReplayer.h.
|
constexpr |
Definition at line 44 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 52 of file LedgerReplayer.h.
|
constexpr |
Definition at line 55 of file LedgerReplayer.h.