From 012c67457fd29e55ad1365bf891525670ca2067e Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Wed, 20 Apr 2022 14:27:00 -0400 Subject: [PATCH] refactor: Resize back to original size --- runtime/include/json.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/include/json.h b/runtime/include/json.h index e45cc894..dbde09ff 100644 --- a/runtime/include/json.h +++ b/runtime/include/json.h @@ -14,7 +14,7 @@ #include "module.h" #include "module_config.h" -#define JSON_TOKENS_CAPACITY 1024 +#define JSON_TOKENS_CAPACITY 16384 static inline char * jsmn_type(jsmntype_t type)