mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Path find source currency limits (RIPD-1062)
This commit is contained in:
committed by
Edward Hennis
parent
25f611d0ec
commit
796ee8e3de
@@ -68,6 +68,12 @@ inline int pageLength(bool isBinary)
|
||||
return isBinary ? binaryPageLength : jsonPageLength;
|
||||
}
|
||||
|
||||
/** Maximum number of source currencies allowed in a path find request. */
|
||||
static int const max_src_cur = 18;
|
||||
|
||||
/** Maximum number of auto source currencies in a path find request. */
|
||||
static int const max_auto_src_cur = 88;
|
||||
|
||||
} // Tuning
|
||||
/** @} */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user