From 684708bde1712d762fda8bab204e9887cafa0f8c Mon Sep 17 00:00:00 2001 From: Phuc Nguyen Minh Date: Wed, 16 Sep 2020 18:37:50 +0700 Subject: [PATCH] remove duplicate dir-cache-time flags --- Systemd-rclone-mount.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Systemd-rclone-mount.md b/Systemd-rclone-mount.md index 9f807a7..812ea1b 100644 --- a/Systemd-rclone-mount.md +++ b/Systemd-rclone-mount.md @@ -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