From 6e1bfcca7e501140469552c5355ea889cad5851f Mon Sep 17 00:00:00 2001 From: William Casarin Date: Sun, 22 Sep 2024 09:48:18 +0900 Subject: [PATCH] bump tag limits Signed-off-by: William Casarin --- nostril.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nostril.c b/nostril.c index 58111fd..e45ba39 100644 --- a/nostril.c +++ b/nostril.c @@ -21,8 +21,8 @@ #define VERSION "0.1.3" -#define MAX_TAGS 32 -#define MAX_TAG_ELEMS 16 +#define MAX_TAGS 1024 +#define MAX_TAG_ELEMS 64 #define HAS_CREATED_AT (1<<1) #define HAS_KIND (1<<2)