rippled
|
Tuned constants. More...
Classes | |
struct | LimitRange |
Represents RPC limit parameter values that have a min, default and max. More... | |
Functions | |
constexpr int | pageLength (bool isBinary) |
Maximum number of pages in a LedgerData response. More... | |
Variables | |
static constexpr LimitRange | accountLines = {10, 200, 400} |
Limits for the account_lines command. More... | |
static constexpr LimitRange | accountChannels = {10, 200, 400} |
Limits for the account_channels command. More... | |
static constexpr LimitRange | accountObjects = {10, 200, 400} |
Limits for the account_objects command. More... | |
static constexpr LimitRange | accountOffers = {10, 200, 400} |
Limits for the account_offers command. More... | |
static constexpr LimitRange | bookOffers = {0, 60, 100} |
Limits for the book_offers command. More... | |
static constexpr LimitRange | noRippleCheck = {10, 300, 400} |
Limits for the no_ripple_check command. More... | |
static constexpr LimitRange | accountNFTokens = {20, 100, 400} |
Limits for the account_nftokens command, in pages. More... | |
static constexpr LimitRange | nftOffers = {50, 250, 500} |
Limits for the nft_buy_offers & nft_sell_offers commands. More... | |
static constexpr int | defaultAutoFillFeeMultiplier = 10 |
static constexpr int | defaultAutoFillFeeDivisor = 1 |
static constexpr int | maxPathfindsInProgress = 2 |
static constexpr int | maxPathfindJobCount = 50 |
static constexpr int | maxJobQueueClients = 500 |
constexpr auto | maxValidatedLedgerAge = std::chrono::minutes{2} |
static constexpr int | maxRequestSize = 1000000 |
static constexpr int | binaryPageLength = 2048 |
Maximum number of pages in one response from a binary LedgerData request. More... | |
static constexpr int | jsonPageLength = 256 |
Maximum number of pages in one response from a Json LedgerData request. More... | |
static constexpr int | max_src_cur = 18 |
Maximum number of source currencies allowed in a path find request. More... | |
static constexpr int | max_auto_src_cur = 88 |
Maximum number of auto source currencies in a path find request. More... | |
Tuned constants.
|
constexpr |
Maximum number of pages in a LedgerData response.
Definition at line 75 of file rpc/impl/Tuning.h.
|
staticconstexpr |
Limits for the account_lines command.
Definition at line 37 of file rpc/impl/Tuning.h.
|
staticconstexpr |
Limits for the account_channels command.
Definition at line 40 of file rpc/impl/Tuning.h.
|
staticconstexpr |
Limits for the account_objects command.
Definition at line 43 of file rpc/impl/Tuning.h.
|
staticconstexpr |
Limits for the account_offers command.
Definition at line 46 of file rpc/impl/Tuning.h.
|
staticconstexpr |
Limits for the book_offers command.
Definition at line 49 of file rpc/impl/Tuning.h.
|
staticconstexpr |
Limits for the no_ripple_check command.
Definition at line 52 of file rpc/impl/Tuning.h.
|
staticconstexpr |
Limits for the account_nftokens command, in pages.
Definition at line 55 of file rpc/impl/Tuning.h.
|
staticconstexpr |
Limits for the nft_buy_offers & nft_sell_offers commands.
Definition at line 58 of file rpc/impl/Tuning.h.
|
staticconstexpr |
Definition at line 60 of file rpc/impl/Tuning.h.
|
staticconstexpr |
Definition at line 61 of file rpc/impl/Tuning.h.
|
staticconstexpr |
Definition at line 62 of file rpc/impl/Tuning.h.
|
staticconstexpr |
Definition at line 63 of file rpc/impl/Tuning.h.
|
staticconstexpr |
Definition at line 64 of file rpc/impl/Tuning.h.
|
constexpr |
Definition at line 65 of file rpc/impl/Tuning.h.
|
staticconstexpr |
Definition at line 66 of file rpc/impl/Tuning.h.
|
staticconstexpr |
Maximum number of pages in one response from a binary LedgerData request.
Definition at line 69 of file rpc/impl/Tuning.h.
|
staticconstexpr |
Maximum number of pages in one response from a Json LedgerData request.
Definition at line 72 of file rpc/impl/Tuning.h.
|
staticconstexpr |
Maximum number of source currencies allowed in a path find request.
Definition at line 81 of file rpc/impl/Tuning.h.
|
staticconstexpr |
Maximum number of auto source currencies in a path find request.
Definition at line 84 of file rpc/impl/Tuning.h.