From 9c758c0e152426cab3972256282bc7ee7e2f808e Mon Sep 17 00:00:00 2001 From: Raheman Vaiya Date: Sat, 28 Dec 2024 21:33:31 -0500 Subject: [PATCH] config: Increase macro size --- src/macro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/macro.h b/src/macro.h index 14c6f8d..9e6cd48 100644 --- a/src/macro.h +++ b/src/macro.h @@ -21,7 +21,7 @@ struct macro_entry { * timeouts */ struct macro { - struct macro_entry entries[64]; + struct macro_entry entries[256]; uint32_t sz; };