]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Enlarge default hash table size.
authorTed Lemon <source@isc.org>
Thu, 6 Jul 2000 06:21:29 +0000 (06:21 +0000)
committerTed Lemon <source@isc.org>
Thu, 6 Jul 2000 06:21:29 +0000 (06:21 +0000)
includes/hash.h

index bd6a2b3258f17d7be50d111680d0761824ca77ca..428d5c5831ee758901a04d128e8e82ce3e4edce2 100644 (file)
@@ -41,7 +41,7 @@
  * ``http://www.nominum.com''.
  */
 
-#define DEFAULT_HASH_SIZE      97
+#define DEFAULT_HASH_SIZE      9973
 
 /* The purpose of the hashed_object_t struct is to not match anything else. */
 typedef struct {