From: Vsevolod Stakhov Date: Tue, 27 Jan 2009 16:23:26 +0000 (+0300) Subject: * Use prime number for hash nodes initial value X-Git-Tag: 0.2.7~319 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5a21d1f8f5809db3d3b52f3127120a83ca70f2aa;p=rspamd.git * Use prime number for hash nodes initial value --- diff --git a/src/hash.c b/src/hash.c index 2be705999..54791f8f2 100644 --- a/src/hash.c +++ b/src/hash.c @@ -18,7 +18,7 @@ #include #include "hash.h" -#define HASH_TABLE_MIN_SIZE 20 +#define HASH_TABLE_MIN_SIZE 19 #define HASH_TABLE_MAX_SIZE 13845163 /*