From dc789ba6be37771bd3f7aa184d4bf41ec22df7f8 Mon Sep 17 00:00:00 2001 From: Frank Lahm Date: Fri, 24 Sep 2010 17:09:43 +0200 Subject: [PATCH 1/1] DIRCACHE_FREE_QUANTUM was forgotten --- etc/afpd/dircache.h | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/afpd/dircache.h b/etc/afpd/dircache.h index cb0eed76..d261ea57 100644 --- a/etc/afpd/dircache.h +++ b/etc/afpd/dircache.h @@ -22,6 +22,7 @@ /* Maximum size of the dircache hashtable */ #define DEFAULT_MAX_DIRCACHE_SIZE 8192 #define MAX_POSSIBLE_DIRCACHE_SIZE 131072 +#define DIRCACHE_FREE_QUANTUM 256 /* flags for dircache_remove */ #define DIRCACHE (1 << 0) -- 2.39.2