mount: Fix poll interval documentation

s3-about
Animosity022 2018-12-21 09:31:55 -05:00 committed by Nick Craig-Wood
parent 2657d70567
commit 3d475dc0ee
1 changed files with 3 additions and 1 deletions

View File

@ -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.