diff --git a/docs/content/commands/rclone_mount.md b/docs/content/commands/rclone_mount.md index 9caeafc77..eb6b627dd 100644 --- a/docs/content/commands/rclone_mount.md +++ b/docs/content/commands/rclone_mount.md @@ -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.