summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2022-12-14 20:52:08 +0100
committerJoel Rosdahl <joel@rosdahl.net>2023-01-11 19:42:30 +0100
commit965f0453f109505dd053643fb8a757b5b33a646e (patch)
tree0a2481e7ccd91cee630a7d5555cd752f2762b6e2
parent2418e15d815967b1ff7aa38b6d691dd8204a962d (diff)
downloadccache-965f0453f109505dd053643fb8a757b5b33a646e.tar.gz
doc: Add note that "stats = false" will disable automatic cleanup
-rw-r--r--doc/MANUAL.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/MANUAL.adoc b/doc/MANUAL.adoc
index 6b2b732c..4d3aab8b 100644
--- a/doc/MANUAL.adoc
+++ b/doc/MANUAL.adoc
@@ -1042,8 +1042,8 @@ See the discussion under _<<Troubleshooting>>_ for more information.
[#config_stats]
*stats* (*CCACHE_STATS* or *CCACHE_NOSTATS*, see _<<Boolean values>>_ above)::
- If true, ccache will update the statistics counters on each compilation.
- The default is true.
+ If true, ccache will update the statistics counters on each compilation. The
+ default is true. If false, _<<automatic cleanup>>_ will be disabled as well.
[#config_stats_log]
*stats_log* (*CCACHE_STATSLOG*)::