xrpld
Loading...
Searching...
No Matches
xrpl::RPC::Tuning::LimitRange Struct Reference

Represents RPC limit parameter values that have a min, default and max. More...

#include <Tuning.h>

Public Attributes

unsigned int rmin
unsigned int rDefault
unsigned int rmax

Detailed Description

Represents RPC limit parameter values that have a min, default and max.

Definition at line 8 of file src/xrpld/rpc/detail/Tuning.h.

Member Data Documentation

◆ rmin

unsigned int xrpl::RPC::Tuning::LimitRange::rmin

Definition at line 10 of file src/xrpld/rpc/detail/Tuning.h.

◆ rDefault

unsigned int xrpl::RPC::Tuning::LimitRange::rDefault

Definition at line 10 of file src/xrpld/rpc/detail/Tuning.h.

◆ rmax

unsigned int xrpl::RPC::Tuning::LimitRange::rmax

Definition at line 10 of file src/xrpld/rpc/detail/Tuning.h.