Update executable_rclone-mount
Changed VFS cache poll interval time to 30s
This commit is contained in:
parent
a673dbf002
commit
14aacfda66
1 changed files with 2 additions and 2 deletions
|
@ -83,9 +83,9 @@ sudo rclone --config "$CONFIG_FOLDER/rclone.conf" \
|
||||||
--poll-interval 15s \
|
--poll-interval 15s \
|
||||||
--stats 0 \
|
--stats 0 \
|
||||||
--vfs-cache-max-age 1000h \
|
--vfs-cache-max-age 1000h \
|
||||||
--vfs-cache-max-size 140G \
|
--vfs-cache-max-size 5G \
|
||||||
--vfs-cache-mode full \
|
--vfs-cache-mode full \
|
||||||
--vfs-cache-poll-interval 24h \
|
--vfs-cache-poll-interval 30s \
|
||||||
--vfs-fast-fingerprint \
|
--vfs-fast-fingerprint \
|
||||||
--vfs-read-ahead 128M \
|
--vfs-read-ahead 128M \
|
||||||
--vfs-read-chunk-size 16M \
|
--vfs-read-chunk-size 16M \
|
||||||
|
|
Loading…
Reference in a new issue