Update executable_rclone-mount

Changed VFS cache poll interval time to 30s
This commit is contained in:
Brian Zalewski 2023-11-04 01:14:30 -04:00 committed by GitHub
parent a673dbf002
commit 14aacfda66
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 \