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