]> git.saurik.com Git - redis.git/blobdiff - dict.h
append only file loading fixed
[redis.git] / dict.h
diff --git a/dict.h b/dict.h
index 90d46f488d94d81d643401e236ea64117e6d34a4..bd935d5f4e75684acc2d3a2faa7474a03df4a2d0 100644 (file)
--- a/dict.h
+++ b/dict.h
@@ -73,7 +73,7 @@ typedef struct dictIterator {
 } dictIterator;
 
 /* This is the initial size of every hash table */
-#define DICT_HT_INITIAL_SIZE     16
+#define DICT_HT_INITIAL_SIZE     4
 
 /* ------------------------------- Macros ------------------------------------*/
 #define dictFreeEntryVal(ht, entry) \