summaryrefslogtreecommitdiff
path: root/doc/MANUAL.adoc
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2023-03-20 20:42:14 +0100
committerJoel Rosdahl <joel@rosdahl.net>2023-03-20 20:47:12 +0100
commit9b1033f3ae534e5aad02c10f663b589b8f28c026 (patch)
treedeaf59bfad193584a19f79456fd012cc11fd6114 /doc/MANUAL.adoc
parent1527040bc2a278b9d3d51badb732ecf5841d8bb5 (diff)
downloadccache-4.7-maint.tar.gz
fix: Disable the inode cache by defaultv4.7.54.7-maint
There have reports of ccache processes hanging on futex calls related to the inode cache. (The inode cache synchronization mechanism has been reworked not to use pthread mutexes in ccache 4.8, so the inode cache is enabled by default in 4.8 and newer.)
Diffstat (limited to 'doc/MANUAL.adoc')
-rw-r--r--doc/MANUAL.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/MANUAL.adoc b/doc/MANUAL.adoc
index 48328fa8..86c9b19b 100644
--- a/doc/MANUAL.adoc
+++ b/doc/MANUAL.adoc
@@ -756,7 +756,7 @@ might be incorrect.
If true, ccache will cache source file hashes based on device, inode and
timestamps. This reduces the time spent on hashing include files since the
- result can be resused between compilations. The default is true. The feature
+ result can be resused between compilations. The default is false. The feature
requires <<config_temporary_dir,*temporary_dir*>> to be located on a local
filesystem of a supported type.
+