From 429bb60b54e093c05b304523520d327049ba0ccf Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Mon, 25 Nov 2002 13:40:16 +0000 Subject: [PATCH] Larger list cache --- lib/silccore/silcidcache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/silccore/silcidcache.c b/lib/silccore/silcidcache.c index 44afd47b..19adb9ff 100644 --- a/lib/silccore/silcidcache.c +++ b/lib/silccore/silcidcache.c @@ -85,7 +85,7 @@ struct SilcIDCacheStruct { */ struct SilcIDCacheListStruct { - SilcIDCacheEntry cache[64]; + SilcIDCacheEntry cache[128]; SilcIDCacheEntry *cache_dyn; SilcUInt32 cache_dyn_count; SilcUInt32 cache_count; -- 2.24.0