From 3d475dc0eec8f55eb485bc145f6c6b36d71a7db1 Mon Sep 17 00:00:00 2001 From: Animosity022 Date: Fri, 21 Dec 2018 09:31:55 -0500 Subject: [PATCH] mount: Fix poll interval documentation --- docs/content/commands/rclone_mount.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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.