rclone/vfs/vfscache
Nick Craig-Wood 8301a72453 vfs: Fix over downloading with --vfs-cache-mode full and --buffer-size 0
This was caused by the signal to stop buffering being ignored when
there was no buffer!

This is fixed by explicitly checking for no buffering and stopping.
2020-06-30 12:03:39 +01:00
..
downloaders vfs: Fix over downloading with --vfs-cache-mode full and --buffer-size 0 2020-06-30 12:03:39 +01:00
writeback vfs: factor writeback and downloaders into their own packages 2020-06-30 12:03:39 +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: Add recovered items on cache reload to directory listings 2020-06-30 12:03:39 +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: Add recovered items on cache reload to directory listings 2020-06-30 12:03:39 +01:00