From d4ea200c1c1a5d93760d9dfd7463789d41c46130 Mon Sep 17 00:00:00 2001 From: Maieul BOYER Date: Wed, 4 Sep 2024 16:01:07 +0000 Subject: [PATCH] FIXED THAT FUCKING BUG --- parser/src/parser.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parser/src/parser.c b/parser/src/parser.c index e56e4b9f..263f4403 100644 --- a/parser/src/parser.c +++ b/parser/src/parser.c @@ -25,8 +25,8 @@ #include #include -static const t_u32 MAX_VERSION_COUNT = 1; -static const t_u32 MAX_VERSION_COUNT_OVERFLOW = 1; +static const t_u32 MAX_VERSION_COUNT = 4; +static const t_u32 MAX_VERSION_COUNT_OVERFLOW = 6; static const t_u32 MAX_SUMMARY_DEPTH = 1; static const t_u32 MAX_COST_DIFFERENCE = 16 * ERROR_COST_PER_SKIPPED_TREE;