forked from TrueCloudLab/rclone
mount: Fix poll interval documentation
This commit is contained in:
parent
2657d70567
commit
3d475dc0ee
1 changed files with 3 additions and 1 deletions
|
@ -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
|
directory should be considered up to date and not refreshed from the
|
||||||
backend. Changes made locally in the mount may appear immediately or
|
backend. Changes made locally in the mount may appear immediately or
|
||||||
invalidate the cache. However, changes done on the remote will only
|
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
|
Alternatively, you can send a `SIGHUP` signal to rclone for
|
||||||
it to flush all directory caches, regardless of how old they are.
|
it to flush all directory caches, regardless of how old they are.
|
||||||
|
|
Loading…
Reference in a new issue