1
mirror of https://github.com/rclone/rclone synced 2025-03-29 13:39:14 +01:00

1 Commits

Author SHA1 Message Date
Nick Craig-Wood
7f20e1d7f3 vfs: add read write files and caching
This adds new flags to mount, cmount, serve *

    --cache-max-age duration         Max age of objects in the cache. (default 1h0m0s)
    --cache-mode string              Cache mode off|minimal|writes|full (default "off")
    --cache-poll-interval duration   Interval to poll the cache for stale objects. (default 1m0s)
2017-11-20 12:36:50 +00:00