1#ifndef XRPL_RPC_TUNING_H_INCLUDED 
    2#define XRPL_RPC_TUNING_H_INCLUDED 
auto constexpr maxValidatedLedgerAge
 
static int constexpr maxPathfindJobCount
 
static int constexpr max_src_cur
Maximum number of source currencies allowed in a path find request.
 
static int constexpr jsonPageLength
Maximum number of pages in one response from a Json LedgerData request.
 
static int constexpr maxJobQueueClients
 
static int constexpr maxRequestSize
 
static int constexpr binaryPageLength
Maximum number of pages in one response from a binary LedgerData request.
 
static int constexpr defaultAutoFillFeeMultiplier
 
static int constexpr maxPathfindsInProgress
 
static LimitRange constexpr accountOffers
Limits for the account_offers command.
 
static int constexpr max_auto_src_cur
Maximum number of auto source currencies in a path find request.
 
static LimitRange constexpr accountTx
Limits for the account_tx command.
 
static LimitRange constexpr accountLines
Limits for the account_lines command.
 
static int constexpr defaultAutoFillFeeDivisor
 
int constexpr pageLength(bool isBinary)
Maximum number of pages in a LedgerData response.
 
static LimitRange constexpr bookOffers
Limits for the book_offers command.
 
static LimitRange constexpr accountNFTokens
Limits for the account_nftokens command, in pages.
 
static LimitRange constexpr nftOffers
Limits for the nft_buy_offers & nft_sell_offers commands.
 
static LimitRange constexpr accountChannels
Limits for the account_channels command.
 
static LimitRange constexpr noRippleCheck
Limits for the no_ripple_check command.
 
static LimitRange constexpr accountObjects
Limits for the account_objects command.
 
Use hash_* containers for keys that do not need a cryptographically secure hashing algorithm.
 
Represents RPC limit parameter values that have a min, default and max.