rclone/vfs/vfscache
Nick Craig-Wood b80d498304 vfs: fix file leaks with --vfs-cache-mode full and --buffer-size 0
Before this change using --vfs-cache-mode full and --buffer-size 0
together caused the vfs downloader to open more and more downloaders.

This is fixed by introducing a minimum size of 1M for the window to
look for an existing downloader.

Fixes #4892
2021-01-21 18:35:04 +00:00
..
downloaders vfs: fix file leaks with --vfs-cache-mode full and --buffer-size 0 2021-01-21 18:35:04 +00:00
writeback fs: deglobalise the config #4685 2020-11-26 16:40:12 +00:00
cache_test.go Spelling fixes 2020-10-14 15:21:31 +01:00
cache.go vfs: make cache dir absolute before using it to fix path too long errors 2020-12-11 10:00:51 +00:00
item_test.go Spelling fixes 2020-10-14 15:21:31 +01:00
item.go fs: deglobalise the config #4685 2020-11-26 16:40:12 +00:00