mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 08:46:24 +08:00
mount: Fix poll interval documentation
This commit is contained in:
parent
2657d70567
commit
3d475dc0ee
|
@ -162,7 +162,9 @@ Using the `--dir-cache-time` flag, you can set how long a
|
|||
directory should be considered up to date and not refreshed from the
|
||||
backend. Changes made locally in the mount may appear immediately or
|
||||
invalidate the cache. However, changes done on the remote will only
|
||||
be picked up once the cache expires.
|
||||
be picked up once the cache expires if the backend configured does not
|
||||
support polling for changes. If the backend supports polling, changes
|
||||
will be picked up on within the polling interval.
|
||||
|
||||
Alternatively, you can send a `SIGHUP` signal to rclone for
|
||||
it to flush all directory caches, regardless of how old they are.
|
||||
|
|
Loading…
Reference in New Issue
Block a user