]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
htcacheclean: Teach htcacheclean to limit cache size by number of
authorGraham Leggett <minfrin@apache.org>
Wed, 13 Oct 2010 18:41:56 +0000 (18:41 +0000)
committerGraham Leggett <minfrin@apache.org>
Wed, 13 Oct 2010 18:41:56 +0000 (18:41 +0000)
commitabf1b9da3ca19d4e6cc9cf9df01549ac97c967e9
treea847910078546342498014b5ac111b67807940c1
parent37c58c9dd4414bbad4f3d0053ead8e806953930b
htcacheclean: Teach htcacheclean to limit cache size by number of
inodes in addition to size of files. Prevents a cache disk from
running out of space when many small files are cached.

Move the directory delete process to the "purge" section, so that
inode counts are accurate when querying for stats only.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1022230 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
docs/manual/programs/htcacheclean.xml
support/htcacheclean.c