--- inn-1.7.2.orig/expire/expire.c
+++ inn-1.7.2/expire/expire.c
@@ -26,7 +26,7 @@
 */
 #define NGH_HASH(Name, p, j)    \
 	for (p = Name, j = 0; *p; ) j = (j << 5) + j + *p++
-#define NGH_SIZE	2048
+#define NGH_SIZE	4096
 #define NGH_BUCKET(j)	&NGHtable[j & (NGH_SIZE - 1)]
 
 typedef struct _BUFFER {
