Larger list cache
authorPekka Riikonen <priikone@silcnet.org>
Mon, 25 Nov 2002 13:40:16 +0000 (13:40 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Mon, 25 Nov 2002 13:40:16 +0000 (13:40 +0000)
lib/silccore/silcidcache.c

index 44afd47bd566ca97b88fe06fea5272a83986bba2..19adb9ff83989a48b07d52f2410542198d708b0f 100644 (file)
@@ -85,7 +85,7 @@ struct SilcIDCacheStruct {
 
 */
 struct SilcIDCacheListStruct {
-  SilcIDCacheEntry cache[64];
+  SilcIDCacheEntry cache[128];
   SilcIDCacheEntry *cache_dyn;
   SilcUInt32 cache_dyn_count;
   SilcUInt32 cache_count;