docs: restore lost VFS poll interval docs
These came from 3d475dc0ee
which unfortunately got added the
docs to the auto generated files.
This commit is contained in:
parent
7a54e13110
commit
102a38bb95
7 changed files with 27 additions and 13 deletions
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
date: 2020-02-10T14:50:44Z
|
||||
date: 2020-02-10T14:59:49Z
|
||||
title: "rclone serve http"
|
||||
slug: rclone_serve_http
|
||||
url: /commands/rclone_serve_http/
|
||||
|
@ -87,7 +87,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…
Add table
Add a link
Reference in a new issue