Avoid stack overflow on AppVeyor:

o Reduce json_reader max recursion, and
o Use a GCE VM for AppVeyor
This commit is contained in:
Scott Schurr
2018-01-23 13:19:50 -08:00
committed by seelabs
parent 5e4cb78208
commit 6286a9708e
2 changed files with 8 additions and 3 deletions

View File

@@ -81,7 +81,7 @@ public:
*/
std::string getFormatedErrorMessages () const;
static constexpr unsigned nest_limit {1000};
static constexpr unsigned nest_limit {25};
private:
enum TokenType