]> git.ipfire.org Git - thirdparty/ccache.git/commit
Make ccache -c/--cleanup not take limit_multiple into account
authorJoel Rosdahl <joel@rosdahl.net>
Sat, 6 Jan 2018 14:41:13 +0000 (15:41 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 10 Jan 2018 19:58:32 +0000 (20:58 +0100)
commit7784c4228726a55cca043800ce45266d3301584d
tree1621110599d156d06a792ae853b25f7b60f1f507
parent8b11d855bed15e496763a1bd8e9b6b50e1ce9c1e
Make ccache -c/--cleanup not take limit_multiple into account

Now "ccache -c/--cleanup" will trim the cache to the configured max
limits instead of 80% (limit_multiple) of the max limits. This feels
like a more intuitive behavior, and it also makes it behave like
documented.
NEWS.txt
ccache.h
cleanup.c
stats.c
test.sh