From: Frank Lahm Date: Fri, 24 Sep 2010 15:09:43 +0000 (+0200) Subject: DIRCACHE_FREE_QUANTUM was forgotten X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc789ba6be37771bd3f7aa184d4bf41ec22df7f8;hp=4e8d517c5fc353d86e005822c50650a1df77f52c;p=netatalk.git DIRCACHE_FREE_QUANTUM was forgotten --- 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)