Skip to content

Commit

Permalink
remote: fix renamed variables
Browse files Browse the repository at this point in the history
  • Loading branch information
saltydk committed Oct 4, 2023
1 parent b80baad commit f29366c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/remote/templates/dropbox.j2
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ExecStart=/usr/bin/rclone mount \
{% endif %}
--config={{ rclone_config_path }} \
--buffer-size=32M \
--dir-cache-time={{ rclone_dir_cache_time }} \
--dir-cache-time={{ rclone_cloud_dir_cache_time }} \
--disable-http2 \
--dropbox-pacer-min-sleep=85ms \
--poll-interval=30s \
Expand Down
2 changes: 1 addition & 1 deletion roles/remote/templates/google.j2
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ExecStart=/usr/bin/rclone mount \
{% endif %}
--config={{ rclone_config_path }} \
--buffer-size={{ '32M' if item.vfs_cache.enabled else '64M' }} \
--dir-cache-time={{ rclone_dir_cache_time }} \
--dir-cache-time={{ rclone_cloud_dir_cache_time }} \
{% if not item.vfs_cache.enabled %}
--drive-chunk-size=64M \
{% endif %}
Expand Down

0 comments on commit f29366c

Please sign in to comment.