Skip to content

Commit

Permalink
resized tl2php max schema len to 4 mb (#904)
Browse files Browse the repository at this point in the history
  • Loading branch information
troy4eg authored Sep 21, 2023
1 parent c91367e commit b29ef7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/tlo-parsing/tlo-parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ struct expr_base;
struct tl_scheme;

struct tlo_parser {
static constexpr unsigned int MAX_SCHEMA_LEN = 10 * 1024 * 1024;
static constexpr unsigned int MAX_SCHEMA_LEN = 4 * 1024 * 1024;

tlo_parser() = default;
explicit tlo_parser(const char *tlo_path);
Expand Down

0 comments on commit b29ef7b

Please sign in to comment.