X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/f2923becc6cb11dc5cd979ad72a32d1801560df4..3c41331e118ca130736193b3ee26827c990b3537:/dict.h?ds=sidebyside diff --git a/dict.h b/dict.h index 90d46f48..bd935d5f 100644 --- 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) \