From c7d7c50537e26f05cf11012a4d29d68a6261dd76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Fri, 11 Oct 1996 09:45:58 +0200 Subject: [PATCH] more hashsize Rev: src/config.h:1.2 --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index fbb9439b2e..587230359d 100644 --- a/src/config.h +++ b/src/config.h @@ -26,7 +26,7 @@ /* * Define the size of the shared string hash table. */ -#define HTABLE_SIZE 4711 +#define HTABLE_SIZE 9997 /* * Define the size of the cache that is used for method lookup. -- GitLab