Skip to content

Commit

Permalink
remote: run with a lower refresh timer
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Jul 19, 2023
1 parent de0b80b commit aceb390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/remote/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ rclone_remort_port: "{{ lookup('vars', 'rclone_remote_' + item.remote + '_port',
# Rclone VFS Refresh
################################

rclone_vfs_refresh_interval: 86400
rclone_vfs_refresh_interval: 10800
rclone_vfs_refresh_command: |-
/usr/bin/rclone rc vfs/refresh recursive=true --url http://localhost:{{ rclone_remort_port }} _async=true

0 comments on commit aceb390

Please sign in to comment.