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