mirror of
https://github.com/rclone/rclone.git
synced 2024-11-21 16:03:29 +01:00
remove duplicate dir-cache-time flags
parent
5b704ef1d9
commit
684708bde1
@ -19,7 +19,7 @@ Environment=RCLONE_TEMP_DIR="/tmp/rclone/%u/%i"
|
||||
Environment=RCLONE_MOUNT_ATTR_TIMEOUT="1s"
|
||||
#TODO: figure out default for the following parameter
|
||||
Environment=RCLONE_MOUNT_DAEMON_TIMEOUT="UNKNOWN_DEFAULT"
|
||||
Environment=RCLONE_MOUNT_DIR_CACHE_TIME="5m0s"
|
||||
Environment=RCLONE_MOUNT_DIR_CACHE_TIME="60m"
|
||||
Environment=RCLONE_MOUNT_DIR_PERMS="0777"
|
||||
Environment=RCLONE_MOUNT_FILE_PERMS="0666"
|
||||
Environment=RCLONE_MOUNT_GID="%G"
|
||||
@ -69,7 +69,6 @@ ExecStart=/usr/bin/rclone mount \
|
||||
--stats=0 \
|
||||
--checkers=16 \
|
||||
--bwlimit=40M \
|
||||
--dir-cache-time=60m \
|
||||
--cache-info-age=60m \
|
||||
--attr-timeout="${RCLONE_MOUNT_ATTR_TIMEOUT}" \
|
||||
#TODO: Include this once a proper default value is determined
|
||||
|
Loading…
Reference in New Issue
Block a user