diff --git a/Analysis.md b/Analysis.md index 37936cb..c45c6cd 100644 --- a/Analysis.md +++ b/Analysis.md @@ -1073,7 +1073,7 @@ On various filesystems there is usually support for two particular timestamps, `last access time` and `last modification time`. Files in cache are once downloaded and then just copied, this means that last modification time is set only once on creation of file and last access time should be set every time on -copy. From this we can conclude that last access time is what is needed here. +copy. But unlike last modification time, last access time is not usually enabled on conventional filesystems (more on this subject can be found