rclone/vfs/vfscache
Nick Craig-Wood 94a0991584 vfs: set the modtime of the cache file immediately
Before this change we set the modtime of the cache file when all
writers had finished.

This has the unfortunate effect that the file is uploaded with the
wrong modtime which means on backends which can't set modtimes except
when uploading files it is wrong.

This change sets the modtime of the cache file immediately in the
cache and in turn sets the modtime in the file info.
2020-08-20 16:24:04 +01:00
..
downloaders vfs: fix download threads timing out 2020-08-06 17:26:18 +01:00
writeback vfs cache: make logging consistent and remove some debug logging 2020-07-06 17:32:53 +01:00
cache_test.go vfs: Add recovered items on cache reload to directory listings 2020-06-30 12:03:39 +01:00
cache.go vfs cache: make logging consistent and remove some debug logging 2020-07-06 17:32:53 +01:00
item_test.go vfs: Add recovered items on cache reload to directory listings 2020-06-30 12:03:39 +01:00
item.go vfs: set the modtime of the cache file immediately 2020-08-20 16:24:04 +01:00