Path find source currency limits (RIPD-1062)

This commit is contained in:
Miguel Portilla
2015-12-10 11:16:58 -05:00
committed by Edward Hennis
parent 25f611d0ec
commit 796ee8e3de
5 changed files with 189 additions and 41 deletions

View File

@@ -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
/** @} */