Skip to content

Commit

Permalink
restore old maximum token number
Browse files Browse the repository at this point in the history
  • Loading branch information
ftheirs committed Jan 12, 2024
1 parent 0086830 commit 029df6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/json/json_parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ extern "C" {
// we must limit the number
#if defined(TARGET_NANOS)
#undef MAX_NUMBER_OF_TOKENS
#define MAX_NUMBER_OF_TOKENS 70
#define MAX_NUMBER_OF_TOKENS 96
#endif

#if defined(TARGET_STAX)
Expand Down

0 comments on commit 029df6b

Please sign in to comment.