From 41ce86b3e12a5cf6e965f43e2cbd588809c8cd91 Mon Sep 17 00:00:00 2001 From: Martin Polanka Date: Fri, 4 May 2018 18:22:58 +0200 Subject: [PATCH] Remove misleading statement --- Analysis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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