Skip to content

Commit

Permalink
updated rclone.service
Browse files Browse the repository at this point in the history
  • Loading branch information
felix committed Jun 1, 2021
1 parent 40db58c commit 47d7b00
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions systemd/rclone.service
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ ExecStart=/usr/bin/rclone mount gcrypt: /GD \
--rc-no-auth \
# The local disk used for caching
--cache-dir=/cache \
# This is making a small chunk size to start as it'll build for streaming anyway. It reduces the download per file when media is added.
--vfs-read-chunk-size 1M \
# If you are building a library from scratch and need to analyze a large amount of data, setting a very small read chunk size
# will make things download a lot less data. So you can uncomment this section out.
# If everything is already scanned, you can leave it at the default as it helps things startup a little faster.
# --vfs-read-chunk-size 1M \
# This is used for caching files to local disk for streaming
--vfs-cache-mode full \
# This limits the cache size to the value below
Expand Down

0 comments on commit 47d7b00

Please sign in to comment.