From: antirez Date: Sat, 15 Jan 2011 21:24:22 +0000 (+0100) Subject: lame typo causing bad hashes memory characteristic X-Git-Url: https://git.saurik.com/redis.git/commitdiff_plain/52dc87bb18e81396e5260d970e9dc7ed25c7e0ba?ds=inline;hp=--cc lame typo causing bad hashes memory characteristic --- 52dc87bb18e81396e5260d970e9dc7ed25c7e0ba diff --git a/src/redis.h b/src/redis.h index bbcdb455..3bfe4cd5 100644 --- a/src/redis.h +++ b/src/redis.h @@ -184,8 +184,8 @@ #define APPENDFSYNC_EVERYSEC 2 /* Zip structure related defaults */ -#define REDIS_HASH_MAX_ZIPMAP_ENTRIES 64 -#define REDIS_HASH_MAX_ZIPMAP_VALUE 512 +#define REDIS_HASH_MAX_ZIPMAP_ENTRIES 512 +#define REDIS_HASH_MAX_ZIPMAP_VALUE 64 #define REDIS_LIST_MAX_ZIPLIST_ENTRIES 512 #define REDIS_LIST_MAX_ZIPLIST_VALUE 64 #define REDIS_SET_MAX_INTSET_ENTRIES 512