From b8cfcea4243ef22537bdfefe73fd6c54fc41ee70 Mon Sep 17 00:00:00 2001
From: antirez <antirez@gmail.com>
Date: Sat, 15 Jan 2011 22:31:07 +0100
Subject: [PATCH] default hash encoding settings also fixed in redis.conf

---
 redis.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/redis.conf b/redis.conf
index 150eb6907..407d102be 100644
--- a/redis.conf
+++ b/redis.conf
@@ -323,8 +323,8 @@ cache-flush-delay 0
 # have at max a given numer of elements, and the biggest element does not
 # exceed a given threshold. You can configure this limits with the following
 # configuration directives.
-hash-max-zipmap-entries 64
-hash-max-zipmap-value 512
+hash-max-zipmap-entries 512
+hash-max-zipmap-value 64
 
 # Similarly to hashes, small lists are also encoded in a special way in order
 # to save a lot of space. The special representation is only used when