mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Avoid stack overflow on AppVeyor:
o Reduce json_reader max recursion, and o Use a GCE VM for AppVeyor
This commit is contained in:
@@ -81,7 +81,7 @@ public:
|
||||
*/
|
||||
std::string getFormatedErrorMessages () const;
|
||||
|
||||
static constexpr unsigned nest_limit {1000};
|
||||
static constexpr unsigned nest_limit {25};
|
||||
|
||||
private:
|
||||
enum TokenType
|
||||
|
||||
Reference in New Issue
Block a user