| 
    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.   | |
Variables | |
| static LimitRange constexpr | accountLines = {10, 200, 400} | 
| Limits for the account_lines command.   | |
| static LimitRange constexpr | accountChannels = {10, 200, 400} | 
| Limits for the account_channels command.   | |
| static LimitRange constexpr | accountObjects = {10, 200, 400} | 
| Limits for the account_objects command.   | |
| static LimitRange constexpr | accountOffers = {10, 200, 400} | 
| Limits for the account_offers command.   | |
| static LimitRange constexpr | accountTx = {10, 200, 400} | 
| Limits for the account_tx command.   | |
| static LimitRange constexpr | bookOffers = {0, 60, 100} | 
| Limits for the book_offers command.   | |
| static LimitRange constexpr | noRippleCheck = {10, 300, 400} | 
| Limits for the no_ripple_check command.   | |
| static LimitRange constexpr | accountNFTokens = {20, 100, 400} | 
| Limits for the account_nftokens command, in pages.   | |
| static LimitRange constexpr | nftOffers = {50, 250, 500} | 
| Limits for the nft_buy_offers & nft_sell_offers commands.   | |
| 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.   | |
| static int constexpr | jsonPageLength = 256 | 
| Maximum number of pages in one response from a Json LedgerData request.   | |
| static int constexpr | max_src_cur = 18 | 
| Maximum number of source currencies allowed in a path find request.   | |
| static int constexpr | max_auto_src_cur = 88 | 
| Maximum number of auto source currencies in a path find request.   | |
Tuned constants.
      
  | 
  constexpr | 
Maximum number of pages in a LedgerData response.
Definition at line 59 of file src/xrpld/rpc/detail/Tuning.h.
      
  | 
  staticconstexpr | 
Limits for the account_lines command.
Definition at line 18 of file src/xrpld/rpc/detail/Tuning.h.
      
  | 
  staticconstexpr | 
Limits for the account_channels command.
Definition at line 21 of file src/xrpld/rpc/detail/Tuning.h.
      
  | 
  staticconstexpr | 
Limits for the account_objects command.
Definition at line 24 of file src/xrpld/rpc/detail/Tuning.h.
      
  | 
  staticconstexpr | 
Limits for the account_offers command.
Definition at line 27 of file src/xrpld/rpc/detail/Tuning.h.
      
  | 
  staticconstexpr | 
Limits for the account_tx command.
Definition at line 30 of file src/xrpld/rpc/detail/Tuning.h.
      
  | 
  staticconstexpr | 
Limits for the book_offers command.
Definition at line 33 of file src/xrpld/rpc/detail/Tuning.h.
      
  | 
  staticconstexpr | 
Limits for the no_ripple_check command.
Definition at line 36 of file src/xrpld/rpc/detail/Tuning.h.
      
  | 
  staticconstexpr | 
Limits for the account_nftokens command, in pages.
Definition at line 39 of file src/xrpld/rpc/detail/Tuning.h.
      
  | 
  staticconstexpr | 
Limits for the nft_buy_offers & nft_sell_offers commands.
Definition at line 42 of file src/xrpld/rpc/detail/Tuning.h.
      
  | 
  staticconstexpr | 
Definition at line 44 of file src/xrpld/rpc/detail/Tuning.h.
      
  | 
  staticconstexpr | 
Definition at line 45 of file src/xrpld/rpc/detail/Tuning.h.
      
  | 
  staticconstexpr | 
Definition at line 46 of file src/xrpld/rpc/detail/Tuning.h.
      
  | 
  staticconstexpr | 
Definition at line 47 of file src/xrpld/rpc/detail/Tuning.h.
      
  | 
  staticconstexpr | 
Definition at line 48 of file src/xrpld/rpc/detail/Tuning.h.
      
  | 
  constexpr | 
Definition at line 49 of file src/xrpld/rpc/detail/Tuning.h.
      
  | 
  staticconstexpr | 
Definition at line 50 of file src/xrpld/rpc/detail/Tuning.h.
      
  | 
  staticconstexpr | 
Maximum number of pages in one response from a binary LedgerData request.
Definition at line 53 of file src/xrpld/rpc/detail/Tuning.h.
      
  | 
  staticconstexpr | 
Maximum number of pages in one response from a Json LedgerData request.
Definition at line 56 of file src/xrpld/rpc/detail/Tuning.h.
      
  | 
  staticconstexpr | 
Maximum number of source currencies allowed in a path find request.
Definition at line 65 of file src/xrpld/rpc/detail/Tuning.h.
      
  | 
  staticconstexpr | 
Maximum number of auto source currencies in a path find request.
Definition at line 68 of file src/xrpld/rpc/detail/Tuning.h.