]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
doc: Add note that "stats = false" will disable automatic cleanup
authorJoel Rosdahl <joel@rosdahl.net>
Wed, 14 Dec 2022 19:52:08 +0000 (20:52 +0100)
committerJoel Rosdahl <joel@rosdahl.net>
Wed, 11 Jan 2023 18:42:30 +0000 (19:42 +0100)
doc/MANUAL.adoc

index 6b2b732cfccde6d17e7c717b6f11e3a14ff33f79..4d3aab8b76af7607477dd962bd673d532abe02ea 100644 (file)
@@ -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*)::