diff --git a/zipmap.c b/zipmap.c index 8a07b388..5215954a 100644 --- a/zipmap.c +++ b/zipmap.c @@ -92,7 +92,7 @@ /* The following defines the max value for the field described in the * comments above, that is, the max number of trailing bytes in a value. */ -#define ZIPMAP_VALUE_MAX_FREE 5 +#define ZIPMAP_VALUE_MAX_FREE 4 /* The following macro returns the number of bytes needed to encode the length * for the integer value _l, that is, 1 byte for lengths < ZIPMAP_BIGLEN and