|
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 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.