rclone/vfs/vfscache
Nick Craig-Wood 9ac5c6de14 vfs: cache: rework file downloader
- Download to multiple places at once in the stream
- Restart as necessary
- Timeout unused downloaders
- Close reader if too much data skipped
- Only use one file handle as use item for writing
- Implement --vfs-read-chunk-size and --vfs-read-chunk-limit
- fix deadlock between asyncbuffer and vfs cache downloader
- fix display of stream abandoned error which should be ignored
2020-06-30 12:01:36 +01:00
..
cache.go vfs: Make tests run reliably 2020-06-30 12:01:36 +01:00
cache_test.go vfs: Make tests run reliably 2020-06-30 12:01:36 +01:00
downloader.go vfs: cache: rework file downloader 2020-06-30 12:01:36 +01:00
item.go vfs: cache: rework file downloader 2020-06-30 12:01:36 +01:00
writeback.go vfs: Make tests run reliably 2020-06-30 12:01:36 +01:00